Html Css Color HEX #2430EA Persian Blue

📋 copy color: '#2430EA'

red 36 ◦ green 48 ◦ blue 234

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

Shades of Persian Blue #2430EA

Tints of Persian Blue #2430EA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 234 (91.8% from 255) = 73.58%

R = 11.32%
G = 15.09%
B = 73.58%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2430EA (or 0x2430EA) is known color: Persian Blue. HEX triplet: 24, 30 and EA. RGB value is (36,48,234). Sum of RGB (Red+Green+Blue) = 36+48+234=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #2430EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2430EA is #DBCF15. Grayscale: #404040. Windows color (decimal): -14405398 or 15347748. OLE color: 15347748.

HSL color Cylindrical-coordinate representation of color #2430EA: hue angle of 236.36º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2430EA is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 48 234 -
CMYK 0.85 0.79 0 0.08
HSL 236.36º 0.83% 0.53% -
HSV(B) 236.36º 0.85% 0.92% -
XYZ 16.64 8.43 78.59 -
YUV 65.62 223.02 106.88 -
System Red Green Blue C M Y K H S L
Decimal 36 48 234 0.85 0.79 0 0.08 236.36 0.83 0.53
Hex 24 30 EA 55 4F 0 8 EC 52 35
Octal 44 60 352 125 117 0 10 354 122 65
Binary 100100 110000 11101010 1010101 1001111 0 1000 11101100 1010010 110101

Color Harmonies of #2430EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2430EA

Black with #2430EA

Text Example


Text Example

White with #2430EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2430EA; }

 p { color: rgb(36,48,234); }

 H1.HeaderClassName
 {
   color: #2430EA;
 }
 .AnyTagClassName
 {
   color: #2430EA;
 }
</style>

background-color css

<style>
 a { background-color: #2430EA; }

 a { background-color: rgb(36,48,234); }

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

border-color css

<style>
 span { border-color: #2430EA; }

 span { border-color: rgb(36,48,234); }

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