Html Css Color HEX #2B62BA Cerulean Blue

📋 copy color: '#2B62BA'

red 43 ◦ green 98 ◦ blue 186

#2B62BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2B62BA

Tints of Cerulean Blue #2B62BA

RGB

 RED value IS 43 (17.19% from 255) = 13.15%

 GREEN value IS 98 (38.67% from 255) = 29.97%

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 13.15%
G = 29.97%
B = 56.88%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B62BA (or 0x2B62BA) is known color: Cerulean Blue. HEX triplet: 2B, 62 and BA. RGB value is (43,98,186). Sum of RGB (Red+Green+Blue) = 43+98+186=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B62BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B62BA is #D49D45. Grayscale: #5B5B5B. Windows color (decimal): -13933894 or 12214827. OLE color: 12214827.

HSL color Cylindrical-coordinate representation of color #2B62BA: hue angle of 216.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B62BA is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 98 186 -
CMYK 0.77 0.47 0 0.27
HSL 216.92º 0.62% 0.45% -
HSV(B) 216.92º 0.77% 0.73% -
XYZ 14.23 12.79 48.17 -
YUV 91.59 181.28 93.34 -
System Red Green Blue C M Y K H S L
Decimal 43 98 186 0.77 0.47 0 0.27 216.92 0.62 0.45
Hex 2B 62 BA 4D 2F 0 1B D9 3E 2D
Octal 53 142 272 115 57 0 33 331 76 55
Binary 101011 1100010 10111010 1001101 101111 0 11011 11011001 111110 101101

Color Harmonies of #2B62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B62BA

Black with #2B62BA

Text Example


Text Example

White with #2B62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,186); }

 H1.HeaderClassName
 {
   color: #2B62BA;
 }
 .AnyTagClassName
 {
   color: #2B62BA;
 }
</style>

background-color css

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

 a { background-color: rgb(43,98,186); }

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

border-color css

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

 span { border-color: rgb(43,98,186); }

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