Html Css Color HEX #2C62BC Cerulean Blue

📋 copy color: '#2C62BC'

red 44 ◦ green 98 ◦ blue 188

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

Shades of Cerulean Blue #2C62BC

Tints of Cerulean Blue #2C62BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 13.33%
G = 29.7%
B = 56.97%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C62BC (or 0x2C62BC) is known color: Cerulean Blue. HEX triplet: 2C, 62 and BC. RGB value is (44,98,188). Sum of RGB (Red+Green+Blue) = 44+98+188=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C62BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C62BC is #D39D43. Grayscale: #5B5B5B. Windows color (decimal): -13868356 or 12345900. OLE color: 12345900.

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

Color convert

RGB 44 98 188 -
CMYK 0.77 0.48 0 0.26
HSL 217.5º 0.62% 0.45% -
HSV(B) 217.5º 0.77% 0.74% -
XYZ 14.48 12.9 49.3 -
YUV 92.11 182.11 93.68 -
System Red Green Blue C M Y K H S L
Decimal 44 98 188 0.77 0.48 0 0.26 217.5 0.62 0.45
Hex 2C 62 BC 4D 30 0 1A DA 3E 2D
Octal 54 142 274 115 60 0 32 332 76 55
Binary 101100 1100010 10111100 1001101 110000 0 11010 11011010 111110 101101

Color Harmonies of #2C62BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C62BC

Black with #2C62BC

Text Example


Text Example

White with #2C62BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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