#2b50be

Color #2B50BE Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2B50BE

Tints of Cerulean Blue #2B50BE

Color information

#2B50BE (or 0x2B50BE) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 50 and BE. RGB value is (43,80,190). Sum of RGB (Red+Green+Blue) = 43+80+190=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B50BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B50BE is #D4AF41. Grayscale: #515151. Windows color (decimal): -13938498 or 12472363. OLE color: 12472363.

HSL color Cylindrical-coordinate representation of color #2B50BE: hue angle of 224.9º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B50BE is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4380190-
CMYK0.770.5800.25
HSL224.9º63.09%45.69%-
HSV(B)224.9º77.37%74.51%-
XYZ13.169.9749.95-
YUV81.48189.24100.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=13.74%
G=25.56%
B=60.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43801900.770.5800.25224.963.0945.69
Hex2B50BE4D3A019e13f2e
Octal53120276115720313417756
Binary101011101000010111110100110111101001100111100001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b50be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b50be; }

 p { color: rgb(43,80,190); }

 H1.HeaderClassName
 {
   color: #2b50be;
 }
 .AnyTagClassName
 {
   color: #2b50be;
 }
</style>
background-color css

<style>
 a { background-color: #2b50be; }

 a { background-color: rgb(43,80,190); }

 div.DivClassName
 {
   background-color: #2b50be;
 }
 .BgClassName
 {
   background-color: #2b50be;
 }
</style>
border-color css

<style>
 span { border-color: #2b50be; }

 span { border-color: rgb(43,80,190); }

 td.TdClassName
 {
   border-color: #2b50be;
 }
 .TagClassName
 {
   border-color: #2b50be;
 }
</style>