Html Css Color HEX #242FC9 Persian Blue

📋 copy color: '#242FC9'

red 36 ◦ green 47 ◦ blue 201

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

Shades of Persian Blue #242FC9

Tints of Persian Blue #242FC9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.55%

 BLUE value IS 201 (78.91% from 255) = 70.77%

R = 12.68%
G = 16.55%
B = 70.77%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#242FC9 (or 0x242FC9) is known color: Persian Blue. HEX triplet: 24, 2F and C9. RGB value is (36,47,201). Sum of RGB (Red+Green+Blue) = 36+47+201=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 201 (78.91% from 255 or 70.77% from 284); Max value from RGB is 201 - color contains mainly: blue. Hex color #242FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242FC9 is #DBD036. Grayscale: #3C3C3C. Windows color (decimal): -14405687 or 13184804. OLE color: 13184804.

HSL color Cylindrical-coordinate representation of color #242FC9: hue angle of 236º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242FC9 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 47 201 -
CMYK 0.82 0.77 0 0.21
HSL 236º 0.7% 0.46% -
HSV(B) 236º 0.82% 0.79% -
XYZ 12.29 6.63 55.89 -
YUV 61.27 206.86 109.98 -
System Red Green Blue C M Y K H S L
Decimal 36 47 201 0.82 0.77 0 0.21 236 0.7 0.46
Hex 24 2F C9 52 4D 0 15 EC 46 2E
Octal 44 57 311 122 115 0 25 354 106 56
Binary 100100 101111 11001001 1010010 1001101 0 10101 11101100 1000110 101110

Color Harmonies of #242FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242FC9

Black with #242FC9

Text Example


Text Example

White with #242FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,47,201); }

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

background-color css

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

 a { background-color: rgb(36,47,201); }

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

border-color css

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

 span { border-color: rgb(36,47,201); }

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