Html Css Color HEX #2448AC Cerulean Blue

📋 copy color: '#2448AC'

red 36 ◦ green 72 ◦ blue 172

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

Shades of Cerulean Blue #2448AC

Tints of Cerulean Blue #2448AC

RGB

 RED value IS 36 (14.45% from 255) = 12.86%

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

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 12.86%
G = 25.71%
B = 61.43%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2448AC (or 0x2448AC) is known color: Cerulean Blue. HEX triplet: 24, 48 and AC. RGB value is (36,72,172). Sum of RGB (Red+Green+Blue) = 36+72+172=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #2448AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2448AC is #DBB753. Grayscale: #484848. Windows color (decimal): -14399316 or 11290660. OLE color: 11290660.

HSL color Cylindrical-coordinate representation of color #2448AC: hue angle of 224.12º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2448AC is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 72 172 -
CMYK 0.79 0.58 0 0.33
HSL 224.12º 0.65% 0.41% -
HSV(B) 224.12º 0.79% 0.67% -
XYZ 10.49 7.99 40.02 -
YUV 72.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 36 72 172 0.79 0.58 0 0.33 224.12 0.65 0.41
Hex 24 48 AC 4F 3A 0 21 E0 41 29
Octal 44 110 254 117 72 0 41 340 101 51
Binary 100100 1001000 10101100 1001111 111010 0 100001 11100000 1000001 101001

Color Harmonies of #2448AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448AC

Black with #2448AC

Text Example


Text Example

White with #2448AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2448AC; }

 p { color: rgb(36,72,172); }

 H1.HeaderClassName
 {
   color: #2448AC;
 }
 .AnyTagClassName
 {
   color: #2448AC;
 }
</style>

background-color css

<style>
 a { background-color: #2448AC; }

 a { background-color: rgb(36,72,172); }

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

border-color css

<style>
 span { border-color: #2448AC; }

 span { border-color: rgb(36,72,172); }

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