Html Css Color HEX #2C55BA Cerulean Blue

📋 copy color: '#2C55BA'

red 44 ◦ green 85 ◦ blue 186

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

Shades of Cerulean Blue #2C55BA

Tints of Cerulean Blue #2C55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 13.97%
G = 26.98%
B = 59.05%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C55BA (or 0x2C55BA) is known color: Cerulean Blue. HEX triplet: 2C, 55 and BA. RGB value is (44,85,186). Sum of RGB (Red+Green+Blue) = 44+85+186=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C55BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C55BA is #D3AA45. Grayscale: #535353. Windows color (decimal): -13871686 or 12211500. OLE color: 12211500.

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

Color convert

RGB 44 85 186 -
CMYK 0.76 0.54 0 0.27
HSL 222.68º 0.62% 0.45% -
HSV(B) 222.68º 0.76% 0.73% -
XYZ 13.15 10.58 47.8 -
YUV 84.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 44 85 186 0.76 0.54 0 0.27 222.68 0.62 0.45
Hex 2C 55 BA 4C 36 0 1B DF 3E 2D
Octal 54 125 272 114 66 0 33 337 76 55
Binary 101100 1010101 10111010 1001100 110110 0 11011 11011111 111110 101101

Color Harmonies of #2C55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C55BA

Black with #2C55BA

Text Example


Text Example

White with #2C55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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