Html Css Color HEX #242BEE Persian Blue

📋 copy color: '#242BEE'

red 36 ◦ green 43 ◦ blue 238

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

Shades of Persian Blue #242BEE

Tints of Persian Blue #242BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

 BLUE value IS 238 (93.36% from 255) = 75.08%

R = 11.36%
G = 13.56%
B = 75.08%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#242BEE (or 0x242BEE) is known color: Persian Blue. HEX triplet: 24, 2B and EE. RGB value is (36,43,238). Sum of RGB (Red+Green+Blue) = 36+43+238=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 238 (93.36% from 255 or 75.08% from 317); Max value from RGB is 238 - color contains mainly: blue. Hex color #242BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242BEE is #DBD411. Grayscale: #3E3E3E. Windows color (decimal): -14406674 or 15608612. OLE color: 15608612.

HSL color Cylindrical-coordinate representation of color #242BEE: hue angle of 237.92º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242BEE is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 43 238 -
CMYK 0.85 0.82 0 0.07
HSL 237.92º 0.86% 0.54% -
HSV(B) 237.92º 0.85% 0.93% -
XYZ 17.02 8.28 81.59 -
YUV 63.14 226.68 108.64 -
System Red Green Blue C M Y K H S L
Decimal 36 43 238 0.85 0.82 0 0.07 237.92 0.86 0.54
Hex 24 2B EE 55 52 0 7 EE 56 36
Octal 44 53 356 125 122 0 7 356 126 66
Binary 100100 101011 11101110 1010101 1010010 0 111 11101110 1010110 110110

Color Harmonies of #242BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242BEE

Black with #242BEE

Text Example


Text Example

White with #242BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242BEE; }

 p { color: rgb(36,43,238); }

 H1.HeaderClassName
 {
   color: #242BEE;
 }
 .AnyTagClassName
 {
   color: #242BEE;
 }
</style>

background-color css

<style>
 a { background-color: #242BEE; }

 a { background-color: rgb(36,43,238); }

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

border-color css

<style>
 span { border-color: #242BEE; }

 span { border-color: rgb(36,43,238); }

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