Html Css Color HEX #2F24CF Persian Blue

📋 copy color: '#2F24CF'

red 47 ◦ green 36 ◦ blue 207

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

Shades of Persian Blue #2F24CF

Tints of Persian Blue #2F24CF

RGB

 RED value IS 47 (18.75% from 255) = 16.21%

 GREEN value IS 36 (14.45% from 255) = 12.41%

 BLUE value IS 207 (81.25% from 255) = 71.38%

R = 16.21%
G = 12.41%
B = 71.38%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F24CF (or 0x2F24CF) is known color: Persian Blue. HEX triplet: 2F, 24 and CF. RGB value is (47,36,207). Sum of RGB (Red+Green+Blue) = 47+36+207=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F24CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F24CF is #D0DB30. Grayscale: #3A3A3A. Windows color (decimal): -13687601 or 13575215. OLE color: 13575215.

HSL color Cylindrical-coordinate representation of color #2F24CF: hue angle of 243.86º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F24CF is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 36 207 -
CMYK 0.77 0.83 0 0.19
HSL 243.86º 0.7% 0.48% -
HSV(B) 243.86º 0.83% 0.81% -
XYZ 13.07 6.37 59.57 -
YUV 58.78 211.64 119.6 -
System Red Green Blue C M Y K H S L
Decimal 47 36 207 0.77 0.83 0 0.19 243.86 0.7 0.48
Hex 2F 24 CF 4D 53 0 13 F4 46 30
Octal 57 44 317 115 123 0 23 364 106 60
Binary 101111 100100 11001111 1001101 1010011 0 10011 11110100 1000110 110000

Color Harmonies of #2F24CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F24CF

Black with #2F24CF

Text Example


Text Example

White with #2F24CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F24CF; }

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

 H1.HeaderClassName
 {
   color: #2F24CF;
 }
 .AnyTagClassName
 {
   color: #2F24CF;
 }
</style>

background-color css

<style>
 a { background-color: #2F24CF; }

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

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

border-color css

<style>
 span { border-color: #2F24CF; }

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

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