Html Css Color HEX #242EBA Persian Blue

📋 copy color: '#242EBA'

red 36 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #242EBA

Tints of Persian Blue #242EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 13.43%
G = 17.16%
B = 69.4%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#242EBA (or 0x242EBA) is known color: Persian Blue. HEX triplet: 24, 2E and BA. RGB value is (36,46,186). Sum of RGB (Red+Green+Blue) = 36+46+186=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #242EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EBA is #DBD145. Grayscale: #3A3A3A. Windows color (decimal): -14405958 or 12201508. OLE color: 12201508.

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

Color convert

RGB 36 46 186 -
CMYK 0.81 0.75 0 0.27
HSL 236º 0.68% 0.44% -
HSV(B) 236º 0.81% 0.73% -
XYZ 10.57 5.87 47.03 -
YUV 58.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 36 46 186 0.81 0.75 0 0.27 236 0.68 0.44
Hex 24 2E BA 51 4B 0 1B EC 44 2C
Octal 44 56 272 121 113 0 33 354 104 54
Binary 100100 101110 10111010 1010001 1001011 0 11011 11101100 1000100 101100

Color Harmonies of #242EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242EBA

Black with #242EBA

Text Example


Text Example

White with #242EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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