Html Css Color HEX #242EBC Persian Blue

📋 copy color: '#242EBC'

red 36 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #242EBC

Tints of Persian Blue #242EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 13.33%
G = 17.04%
B = 69.63%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#242EBC (or 0x242EBC) is known color: Persian Blue. HEX triplet: 24, 2E and BC. RGB value is (36,46,188). Sum of RGB (Red+Green+Blue) = 36+46+188=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #242EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EBC is #DBD143. Grayscale: #3A3A3A. Windows color (decimal): -14405956 or 12332580. OLE color: 12332580.

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

Color convert

RGB 36 46 188 -
CMYK 0.81 0.76 0 0.26
HSL 236.05º 0.68% 0.44% -
HSV(B) 236.05º 0.81% 0.74% -
XYZ 10.78 5.96 48.16 -
YUV 59.2 200.69 111.45 -
System Red Green Blue C M Y K H S L
Decimal 36 46 188 0.81 0.76 0 0.26 236.05 0.68 0.44
Hex 24 2E BC 51 4C 0 1A EC 44 2C
Octal 44 56 274 121 114 0 32 354 104 54
Binary 100100 101110 10111100 1010001 1001100 0 11010 11101100 1000100 101100

Color Harmonies of #242EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242EBC

Black with #242EBC

Text Example


Text Example

White with #242EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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