Html Css Color HEX #2446B1 Cerulean Blue

📋 copy color: '#2446B1'

red 36 ◦ green 70 ◦ blue 177

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

Shades of Cerulean Blue #2446B1

Tints of Cerulean Blue #2446B1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

 BLUE value IS 177 (69.53% from 255) = 62.54%

R = 12.72%
G = 24.73%
B = 62.54%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2446B1 (or 0x2446B1) is known color: Cerulean Blue. HEX triplet: 24, 46 and B1. RGB value is (36,70,177). Sum of RGB (Red+Green+Blue) = 36+70+177=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 177 (69.53% from 255 or 62.54% from 283); Max value from RGB is 177 - color contains mainly: blue. Hex color #2446B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2446B1 is #DBB94E. Grayscale: #474747. Windows color (decimal): -14399823 or 11617828. OLE color: 11617828.

HSL color Cylindrical-coordinate representation of color #2446B1: hue angle of 225.53º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2446B1 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 70 177 -
CMYK 0.80 0.60 0 0.31
HSL 225.53º 0.66% 0.42% -
HSV(B) 225.53º 0.8% 0.69% -
XYZ 10.85 7.93 42.55 -
YUV 72.03 187.24 102.3 -
System Red Green Blue C M Y K H S L
Decimal 36 70 177 0.80 0.60 0 0.31 225.53 0.66 0.42
Hex 24 46 B1 50 3C 0 1F E2 42 2A
Octal 44 106 261 120 74 0 37 342 102 52
Binary 100100 1000110 10110001 1010000 111100 0 11111 11100010 1000010 101010

Color Harmonies of #2446B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2446B1

Black with #2446B1

Text Example


Text Example

White with #2446B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2446B1; }

 p { color: rgb(36,70,177); }

 H1.HeaderClassName
 {
   color: #2446B1;
 }
 .AnyTagClassName
 {
   color: #2446B1;
 }
</style>

background-color css

<style>
 a { background-color: #2446B1; }

 a { background-color: rgb(36,70,177); }

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

border-color css

<style>
 span { border-color: #2446B1; }

 span { border-color: rgb(36,70,177); }

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