Html Css Color HEX #242ABB Persian Blue

📋 copy color: '#242ABB'

red 36 ◦ green 42 ◦ blue 187

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

Shades of Persian Blue #242ABB

Tints of Persian Blue #242ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.85%

 BLUE value IS 187 (73.44% from 255) = 70.57%

R = 13.58%
G = 15.85%
B = 70.57%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#242ABB (or 0x242ABB) is known color: Persian Blue. HEX triplet: 24, 2A and BB. RGB value is (36,42,187). Sum of RGB (Red+Green+Blue) = 36+42+187=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #242ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ABB is #DBD544. Grayscale: #383838. Windows color (decimal): -14406981 or 12266020. OLE color: 12266020.

HSL color Cylindrical-coordinate representation of color #242ABB: hue angle of 237.62º 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 #242ABB is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 42 187 -
CMYK 0.81 0.78 0 0.27
HSL 237.62º 0.68% 0.44% -
HSV(B) 237.62º 0.81% 0.73% -
XYZ 10.53 5.62 47.54 -
YUV 56.74 201.51 113.21 -
System Red Green Blue C M Y K H S L
Decimal 36 42 187 0.81 0.78 0 0.27 237.62 0.68 0.44
Hex 24 2A BB 51 4E 0 1B EE 44 2C
Octal 44 52 273 121 116 0 33 356 104 54
Binary 100100 101010 10111011 1010001 1001110 0 11011 11101110 1000100 101100

Color Harmonies of #242ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242ABB

Black with #242ABB

Text Example


Text Example

White with #242ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,42,187); }

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

background-color css

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

 a { background-color: rgb(36,42,187); }

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

border-color css

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

 span { border-color: rgb(36,42,187); }

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