Html Css Color HEX #2446AB Persian Blue

📋 copy color: '#2446AB'

red 36 ◦ green 70 ◦ blue 171

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

Shades of Persian Blue #2446AB

Tints of Persian Blue #2446AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.73%

R = 13%
G = 25.27%
B = 61.73%

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

#2446AB (or 0x2446AB) is known color: Persian Blue. HEX triplet: 24, 46 and AB. RGB value is (36,70,171). Sum of RGB (Red+Green+Blue) = 36+70+171=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2446AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2446AB is #DBB954. Grayscale: #464646. Windows color (decimal): -14399829 or 11224612. OLE color: 11224612.

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

Color convert

RGB 36 70 171 -
CMYK 0.79 0.59 0 0.33
HSL 224.89º 0.65% 0.41% -
HSV(B) 224.89º 0.79% 0.67% -
XYZ 10.27 7.7 39.47 -
YUV 71.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 36 70 171 0.79 0.59 0 0.33 224.89 0.65 0.41
Hex 24 46 AB 4F 3B 0 21 E1 41 29
Octal 44 106 253 117 73 0 41 341 101 51
Binary 100100 1000110 10101011 1001111 111011 0 100001 11100001 1000001 101001

Color Harmonies of #2446AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2446AB

Black with #2446AB

Text Example


Text Example

White with #2446AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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