Html Css Color HEX #2C5BBA Cerulean Blue

📋 copy color: '#2C5BBA'

red 44 ◦ green 91 ◦ blue 186

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

Shades of Cerulean Blue #2C5BBA

Tints of Cerulean Blue #2C5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

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

R = 13.71%
G = 28.35%
B = 57.94%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C5BBA (or 0x2C5BBA) is known color: Cerulean Blue. HEX triplet: 2C, 5B and BA. RGB value is (44,91,186). Sum of RGB (Red+Green+Blue) = 44+91+186=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C5BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5BBA is #D3A445. Grayscale: #575757. Windows color (decimal): -13870150 or 12213036. OLE color: 12213036.

HSL color Cylindrical-coordinate representation of color #2C5BBA: hue angle of 220.14º 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 #2C5BBA is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 91 186 -
CMYK 0.76 0.51 0 0.27
HSL 220.14º 0.62% 0.45% -
HSV(B) 220.14º 0.76% 0.73% -
XYZ 13.64 11.56 47.97 -
YUV 87.78 183.43 96.78 -
System Red Green Blue C M Y K H S L
Decimal 44 91 186 0.76 0.51 0 0.27 220.14 0.62 0.45
Hex 2C 5B BA 4C 33 0 1B DC 3E 2D
Octal 54 133 272 114 63 0 33 334 76 55
Binary 101100 1011011 10111010 1001100 110011 0 11011 11011100 111110 101101

Color Harmonies of #2C5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BBA

Black with #2C5BBA

Text Example


Text Example

White with #2C5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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