Html Css Color HEX #2C61BD Cerulean Blue

📋 copy color: '#2C61BD'

red 44 ◦ green 97 ◦ blue 189

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

Shades of Cerulean Blue #2C61BD

Tints of Cerulean Blue #2C61BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 189 (74.22% from 255) = 57.27%

R = 13.33%
G = 29.39%
B = 57.27%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C61BD (or 0x2C61BD) is known color: Cerulean Blue. HEX triplet: 2C, 61 and BD. RGB value is (44,97,189). Sum of RGB (Red+Green+Blue) = 44+97+189=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C61BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C61BD is #D39E42. Grayscale: #5B5B5B. Windows color (decimal): -13868611 or 12411180. OLE color: 12411180.

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

Color convert

RGB 44 97 189 -
CMYK 0.77 0.49 0 0.26
HSL 218.07º 0.62% 0.46% -
HSV(B) 218.07º 0.77% 0.74% -
XYZ 14.5 12.76 49.84 -
YUV 91.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 44 97 189 0.77 0.49 0 0.26 218.07 0.62 0.46
Hex 2C 61 BD 4D 31 0 1A DA 3E 2E
Octal 54 141 275 115 61 0 32 332 76 56
Binary 101100 1100001 10111101 1001101 110001 0 11010 11011010 111110 101110

Color Harmonies of #2C61BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C61BD

Black with #2C61BD

Text Example


Text Example

White with #2C61BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,97,189); }

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

background-color css

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

 a { background-color: rgb(44,97,189); }

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

border-color css

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

 span { border-color: rgb(44,97,189); }

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