Html Css Color HEX #242EBE Persian Blue

📋 copy color: '#242EBE'

red 36 ◦ green 46 ◦ blue 190

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

Shades of Persian Blue #242EBE

Tints of Persian Blue #242EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.91%

 BLUE value IS 190 (74.61% from 255) = 69.85%

R = 13.24%
G = 16.91%
B = 69.85%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#242EBE (or 0x242EBE) is known color: Persian Blue. HEX triplet: 24, 2E and BE. RGB value is (36,46,190). Sum of RGB (Red+Green+Blue) = 36+46+190=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #242EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EBE is #DBD141. Grayscale: #3A3A3A. Windows color (decimal): -14405954 or 12463652. OLE color: 12463652.

HSL color Cylindrical-coordinate representation of color #242EBE: hue angle of 236.1º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #242EBE is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 46 190 -
CMYK 0.81 0.76 0 0.25
HSL 236.1º 0.68% 0.44% -
HSV(B) 236.1º 0.81% 0.75% -
XYZ 11 6.05 49.3 -
YUV 59.43 201.69 111.29 -
System Red Green Blue C M Y K H S L
Decimal 36 46 190 0.81 0.76 0 0.25 236.1 0.68 0.44
Hex 24 2E BE 51 4C 0 19 EC 44 2C
Octal 44 56 276 121 114 0 31 354 104 54
Binary 100100 101110 10111110 1010001 1001100 0 11001 11101100 1000100 101100

Color Harmonies of #242EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242EBE

Black with #242EBE

Text Example


Text Example

White with #242EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,46,190); }

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

background-color css

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

 a { background-color: rgb(36,46,190); }

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

border-color css

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

 span { border-color: rgb(36,46,190); }

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