Html Css Color HEX #2C48BE Cerulean Blue

📋 copy color: '#2C48BE'

red 44 ◦ green 72 ◦ blue 190

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

Shades of Cerulean Blue #2C48BE

Tints of Cerulean Blue #2C48BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

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

R = 14.38%
G = 23.53%
B = 62.09%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C48BE (or 0x2C48BE) is known color: Cerulean Blue. HEX triplet: 2C, 48 and BE. RGB value is (44,72,190). Sum of RGB (Red+Green+Blue) = 44+72+190=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C48BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C48BE is #D3B741. Grayscale: #4C4C4C. Windows color (decimal): -13875010 or 12470316. OLE color: 12470316.

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

Color convert

RGB 44 72 190 -
CMYK 0.77 0.62 0 0.25
HSL 228.49º 0.62% 0.46% -
HSV(B) 228.49º 0.77% 0.75% -
XYZ 12.65 8.89 49.76 -
YUV 77.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 44 72 190 0.77 0.62 0 0.25 228.49 0.62 0.46
Hex 2C 48 BE 4D 3E 0 19 E4 3E 2E
Octal 54 110 276 115 76 0 31 344 76 56
Binary 101100 1001000 10111110 1001101 111110 0 11001 11100100 111110 101110

Color Harmonies of #2C48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C48BE

Black with #2C48BE

Text Example


Text Example

White with #2C48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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