Html Css Color HEX #2C5BBC Cerulean Blue

📋 copy color: '#2C5BBC'

red 44 ◦ green 91 ◦ blue 188

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

Shades of Cerulean Blue #2C5BBC

Tints of Cerulean Blue #2C5BBC

RGB

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

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

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

R = 13.62%
G = 28.17%
B = 58.2%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C5BBC (or 0x2C5BBC) is known color: Cerulean Blue. HEX triplet: 2C, 5B and BC. RGB value is (44,91,188). Sum of RGB (Red+Green+Blue) = 44+91+188=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5BBC is #D3A443. Grayscale: #575757. Windows color (decimal): -13870148 or 12344108. OLE color: 12344108.

HSL color Cylindrical-coordinate representation of color #2C5BBC: hue angle of 220.42º 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 #2C5BBC is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 91 188 -
CMYK 0.77 0.52 0 0.26
HSL 220.42º 0.62% 0.45% -
HSV(B) 220.42º 0.77% 0.74% -
XYZ 13.86 11.65 49.1 -
YUV 88.01 184.43 96.61 -
System Red Green Blue C M Y K H S L
Decimal 44 91 188 0.77 0.52 0 0.26 220.42 0.62 0.45
Hex 2C 5B BC 4D 34 0 1A DC 3E 2D
Octal 54 133 274 115 64 0 32 334 76 55
Binary 101100 1011011 10111100 1001101 110100 0 11010 11011100 111110 101101

Color Harmonies of #2C5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BBC

Black with #2C5BBC

Text Example


Text Example

White with #2C5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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