Html Css Color HEX #2438AB Persian Blue

📋 copy color: '#2438AB'

red 36 ◦ green 56 ◦ blue 171

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

Shades of Persian Blue #2438AB

Tints of Persian Blue #2438AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

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

R = 13.69%
G = 21.29%
B = 65.02%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2438AB (or 0x2438AB) is known color: Persian Blue. HEX triplet: 24, 38 and AB. RGB value is (36,56,171). Sum of RGB (Red+Green+Blue) = 36+56+171=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #2438AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2438AB is #DBC754. Grayscale: #3E3E3E. Windows color (decimal): -14403413 or 11221028. OLE color: 11221028.

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

Color convert

RGB 36 56 171 -
CMYK 0.79 0.67 0 0.33
HSL 231.11º 0.65% 0.41% -
HSV(B) 231.11º 0.79% 0.67% -
XYZ 9.49 6.14 39.21 -
YUV 63.13 188.87 108.65 -
System Red Green Blue C M Y K H S L
Decimal 36 56 171 0.79 0.67 0 0.33 231.11 0.65 0.41
Hex 24 38 AB 4F 43 0 21 E7 41 29
Octal 44 70 253 117 103 0 41 347 101 51
Binary 100100 111000 10101011 1001111 1000011 0 100001 11100111 1000001 101001

Color Harmonies of #2438AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2438AB

Black with #2438AB

Text Example


Text Example

White with #2438AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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