Html Css Color HEX #2F32CD Persian Blue

📋 copy color: '#2F32CD'

red 47 ◦ green 50 ◦ blue 205

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

Shades of Persian Blue #2F32CD

Tints of Persian Blue #2F32CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.88%

R = 15.56%
G = 16.56%
B = 67.88%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F32CD (or 0x2F32CD) is known color: Persian Blue. HEX triplet: 2F, 32 and CD. RGB value is (47,50,205). Sum of RGB (Red+Green+Blue) = 47+50+205=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F32CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F32CD is #D0CD32. Grayscale: #424242. Windows color (decimal): -13684019 or 13447727. OLE color: 13447727.

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

Color convert

RGB 47 50 205 -
CMYK 0.77 0.76 0 0.20
HSL 238.86º 0.63% 0.49% -
HSV(B) 238.86º 0.77% 0.8% -
XYZ 13.33 7.29 58.46 -
YUV 66.77 206.01 113.9 -
System Red Green Blue C M Y K H S L
Decimal 47 50 205 0.77 0.76 0 0.20 238.86 0.63 0.49
Hex 2F 32 CD 4D 4C 0 14 EF 3F 31
Octal 57 62 315 115 114 0 24 357 77 61
Binary 101111 110010 11001101 1001101 1001100 0 10100 11101111 111111 110001

Color Harmonies of #2F32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F32CD

Black with #2F32CD

Text Example


Text Example

White with #2F32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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