Html Css Color HEX #242CC7 Persian Blue

📋 copy color: '#242CC7'

red 36 ◦ green 44 ◦ blue 199

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

Shades of Persian Blue #242CC7

Tints of Persian Blue #242CC7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.77%

 BLUE value IS 199 (78.13% from 255) = 71.33%

R = 12.9%
G = 15.77%
B = 71.33%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#242CC7 (or 0x242CC7) is known color: Persian Blue. HEX triplet: 24, 2C and C7. RGB value is (36,44,199). Sum of RGB (Red+Green+Blue) = 36+44+199=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 199 (78.12% from 255 or 71.33% from 279); Max value from RGB is 199 - color contains mainly: blue. Hex color #242CC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242CC7 is #DBD338. Grayscale: #3A3A3A. Windows color (decimal): -14406457 or 13052964. OLE color: 13052964.

HSL color Cylindrical-coordinate representation of color #242CC7: hue angle of 237.06º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242CC7 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 44 199 -
CMYK 0.82 0.78 0 0.22
HSL 237.06º 0.69% 0.46% -
HSV(B) 237.06º 0.82% 0.78% -
XYZ 11.94 6.3 54.62 -
YUV 59.28 206.85 111.4 -
System Red Green Blue C M Y K H S L
Decimal 36 44 199 0.82 0.78 0 0.22 237.06 0.69 0.46
Hex 24 2C C7 52 4E 0 16 ED 45 2E
Octal 44 54 307 122 116 0 26 355 105 56
Binary 100100 101100 11000111 1010010 1001110 0 10110 11101101 1000101 101110

Color Harmonies of #242CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242CC7

Black with #242CC7

Text Example


Text Example

White with #242CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,44,199); }

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

background-color css

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

 a { background-color: rgb(36,44,199); }

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

border-color css

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

 span { border-color: rgb(36,44,199); }

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