Html Css Color HEX #2438AE Persian Blue

📋 copy color: '#2438AE'

red 36 ◦ green 56 ◦ blue 174

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

Shades of Persian Blue #2438AE

Tints of Persian Blue #2438AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.41%

R = 13.53%
G = 21.05%
B = 65.41%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2438AE (or 0x2438AE) is known color: Persian Blue. HEX triplet: 24, 38 and AE. RGB value is (36,56,174). Sum of RGB (Red+Green+Blue) = 36+56+174=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #2438AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2438AE is #DBC751. Grayscale: #3E3E3E. Windows color (decimal): -14403410 or 11417636. OLE color: 11417636.

HSL color Cylindrical-coordinate representation of color #2438AE: hue angle of 231.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2438AE is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 56 174 -
CMYK 0.79 0.68 0 0.32
HSL 231.3º 0.66% 0.41% -
HSV(B) 231.3º 0.79% 0.68% -
XYZ 9.78 6.26 40.74 -
YUV 63.47 190.37 108.41 -
System Red Green Blue C M Y K H S L
Decimal 36 56 174 0.79 0.68 0 0.32 231.3 0.66 0.41
Hex 24 38 AE 4F 44 0 20 E7 42 29
Octal 44 70 256 117 104 0 40 347 102 51
Binary 100100 111000 10101110 1001111 1000100 0 100000 11100111 1000010 101001

Color Harmonies of #2438AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2438AE

Black with #2438AE

Text Example


Text Example

White with #2438AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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