Html Css Color HEX #2F32CF Persian Blue

📋 copy color: '#2F32CF'

red 47 ◦ green 50 ◦ blue 207

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

Shades of Persian Blue #2F32CF

Tints of Persian Blue #2F32CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

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

R = 15.46%
G = 16.45%
B = 68.09%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F32CF (or 0x2F32CF) is known color: Persian Blue. HEX triplet: 2F, 32 and CF. RGB value is (47,50,207). Sum of RGB (Red+Green+Blue) = 47+50+207=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F32CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F32CF is #D0CD30. Grayscale: #424242. Windows color (decimal): -13684017 or 13578799. OLE color: 13578799.

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

Color convert

RGB 47 50 207 -
CMYK 0.77 0.76 0 0.19
HSL 238.88º 0.63% 0.5% -
HSV(B) 238.88º 0.77% 0.81% -
XYZ 13.58 7.39 59.74 -
YUV 67 207.01 113.73 -
System Red Green Blue C M Y K H S L
Decimal 47 50 207 0.77 0.76 0 0.19 238.88 0.63 0.5
Hex 2F 32 CF 4D 4C 0 13 EF 3F 32
Octal 57 62 317 115 114 0 23 357 77 62
Binary 101111 110010 11001111 1001101 1001100 0 10011 11101111 111111 110010

Color Harmonies of #2F32CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F32CF

Black with #2F32CF

Text Example


Text Example

White with #2F32CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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