Html Css Color HEX #2446AC Persian Blue

📋 copy color: '#2446AC'

red 36 ◦ green 70 ◦ blue 172

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

Shades of Persian Blue #2446AC

Tints of Persian Blue #2446AC

RGB

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

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

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

R = 12.95%
G = 25.18%
B = 61.87%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2446AC (or 0x2446AC) is known color: Persian Blue. HEX triplet: 24, 46 and AC. RGB value is (36,70,172). Sum of RGB (Red+Green+Blue) = 36+70+172=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #2446AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2446AC is #DBB953. Grayscale: #474747. Windows color (decimal): -14399828 or 11290148. OLE color: 11290148.

HSL color Cylindrical-coordinate representation of color #2446AC: hue angle of 225º 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 #2446AC is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 70 172 -
CMYK 0.79 0.59 0 0.33
HSL 225º 0.65% 0.41% -
HSV(B) 225º 0.79% 0.67% -
XYZ 10.36 7.73 39.98 -
YUV 71.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 36 70 172 0.79 0.59 0 0.33 225 0.65 0.41
Hex 24 46 AC 4F 3B 0 21 E1 41 29
Octal 44 106 254 117 73 0 41 341 101 51
Binary 100100 1000110 10101100 1001111 111011 0 100001 11100001 1000001 101001

Color Harmonies of #2446AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2446AC

Black with #2446AC

Text Example


Text Example

White with #2446AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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