Html Css Color HEX #2C62BA Cerulean Blue

📋 copy color: '#2C62BA'

red 44 ◦ green 98 ◦ blue 186

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

Shades of Cerulean Blue #2C62BA

Tints of Cerulean Blue #2C62BA

RGB

 RED value IS 44 (17.58% from 255) = 13.41%

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

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

R = 13.41%
G = 29.88%
B = 56.71%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C62BA (or 0x2C62BA) is known color: Cerulean Blue. HEX triplet: 2C, 62 and BA. RGB value is (44,98,186). Sum of RGB (Red+Green+Blue) = 44+98+186=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C62BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C62BA is #D39D45. Grayscale: #5B5B5B. Windows color (decimal): -13868358 or 12214828. OLE color: 12214828.

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

Color convert

RGB 44 98 186 -
CMYK 0.76 0.47 0 0.27
HSL 217.18º 0.62% 0.45% -
HSV(B) 217.18º 0.76% 0.73% -
XYZ 14.27 12.82 48.18 -
YUV 91.89 181.11 93.84 -
System Red Green Blue C M Y K H S L
Decimal 44 98 186 0.76 0.47 0 0.27 217.18 0.62 0.45
Hex 2C 62 BA 4C 2F 0 1B D9 3E 2D
Octal 54 142 272 114 57 0 33 331 76 55
Binary 101100 1100010 10111010 1001100 101111 0 11011 11011001 111110 101101

Color Harmonies of #2C62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C62BA

Black with #2C62BA

Text Example


Text Example

White with #2C62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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