Html Css Color HEX #2438E9 Persian Blue

📋 copy color: '#2438E9'

red 36 ◦ green 56 ◦ blue 233

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

Shades of Persian Blue #2438E9

Tints of Persian Blue #2438E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 71.69%

R = 11.08%
G = 17.23%
B = 71.69%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2438E9 (or 0x2438E9) is known color: Persian Blue. HEX triplet: 24, 38 and E9. RGB value is (36,56,233). Sum of RGB (Red+Green+Blue) = 36+56+233=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 233 (91.41% from 255 or 71.69% from 325); Max value from RGB is 233 - color contains mainly: blue. Hex color #2438E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2438E9 is #DBC716. Grayscale: #454545. Windows color (decimal): -14403351 or 15284260. OLE color: 15284260.

HSL color Cylindrical-coordinate representation of color #2438E9: hue angle of 233.91º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2438E9 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 36 56 233 -
CMYK 0.85 0.76 0 0.09
HSL 233.91º 0.82% 0.53% -
HSV(B) 233.91º 0.85% 0.91% -
XYZ 16.85 9.09 77.96 -
YUV 70.2 219.87 103.61 -
System Red Green Blue C M Y K H S L
Decimal 36 56 233 0.85 0.76 0 0.09 233.91 0.82 0.53
Hex 24 38 E9 55 4C 0 9 EA 52 35
Octal 44 70 351 125 114 0 11 352 122 65
Binary 100100 111000 11101001 1010101 1001100 0 1001 11101010 1010010 110101

Color Harmonies of #2438E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2438E9

Black with #2438E9

Text Example


Text Example

White with #2438E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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