Html Css Color HEX #2F32D8 Persian Blue

📋 copy color: '#2F32D8'

red 47 ◦ green 50 ◦ blue 216

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

Shades of Persian Blue #2F32D8

Tints of Persian Blue #2F32D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 69.01%

R = 15.02%
G = 15.97%
B = 69.01%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2F32D8 (or 0x2F32D8) is known color: Persian Blue. HEX triplet: 2F, 32 and D8. RGB value is (47,50,216). Sum of RGB (Red+Green+Blue) = 47+50+216=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 216 (84.77% from 255 or 69.01% from 313); Max value from RGB is 216 - color contains mainly: blue. Hex color #2F32D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F32D8 is #D0CD27. Grayscale: #434343. Windows color (decimal): -13684008 or 14168623. OLE color: 14168623.

HSL color Cylindrical-coordinate representation of color #2F32D8: hue angle of 238.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F32D8 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 50 216 -
CMYK 0.78 0.77 0 0.15
HSL 238.93º 0.68% 0.52% -
HSV(B) 238.93º 0.78% 0.85% -
XYZ 14.71 7.84 65.7 -
YUV 68.03 211.51 113 -
System Red Green Blue C M Y K H S L
Decimal 47 50 216 0.78 0.77 0 0.15 238.93 0.68 0.52
Hex 2F 32 D8 4E 4D 0 F EF 44 34
Octal 57 62 330 116 115 0 17 357 104 64
Binary 101111 110010 11011000 1001110 1001101 0 1111 11101111 1000100 110100

Color Harmonies of #2F32D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F32D8

Black with #2F32D8

Text Example


Text Example

White with #2F32D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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