Html Css Color HEX #2C55BE Cerulean Blue

📋 copy color: '#2C55BE'

red 44 ◦ green 85 ◦ blue 190

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

Shades of Cerulean Blue #2C55BE

Tints of Cerulean Blue #2C55BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.56%

R = 13.79%
G = 26.65%
B = 59.56%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C55BE (or 0x2C55BE) is known color: Cerulean Blue. HEX triplet: 2C, 55 and BE. RGB value is (44,85,190). Sum of RGB (Red+Green+Blue) = 44+85+190=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C55BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C55BE is #D3AA41. Grayscale: #545454. Windows color (decimal): -13871682 or 12473644. OLE color: 12473644.

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

Color convert

RGB 44 85 190 -
CMYK 0.77 0.55 0 0.25
HSL 223.15º 0.62% 0.46% -
HSV(B) 223.15º 0.77% 0.75% -
XYZ 13.58 10.75 50.07 -
YUV 84.71 187.42 98.96 -
System Red Green Blue C M Y K H S L
Decimal 44 85 190 0.77 0.55 0 0.25 223.15 0.62 0.46
Hex 2C 55 BE 4D 37 0 19 DF 3E 2E
Octal 54 125 276 115 67 0 31 337 76 56
Binary 101100 1010101 10111110 1001101 110111 0 11001 11011111 111110 101110

Color Harmonies of #2C55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C55BE

Black with #2C55BE

Text Example


Text Example

White with #2C55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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