Html Css Color HEX #2F2FCE Persian Blue

📋 copy color: '#2F2FCE'

red 47 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #2F2FCE

Tints of Persian Blue #2F2FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 15.67%
G = 15.67%
B = 68.67%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F2FCE (or 0x2F2FCE) is known color: Persian Blue. HEX triplet: 2F, 2F and CE. RGB value is (47,47,206). Sum of RGB (Red+Green+Blue) = 47+47+206=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2FCE is #D0D031. Grayscale: #404040. Windows color (decimal): -13684786 or 13512495. OLE color: 13512495.

HSL color Cylindrical-coordinate representation of color #2F2FCE: hue angle of 240º 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 #2F2FCE is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 47 206 -
CMYK 0.77 0.77 0 0.19
HSL 240º 0.63% 0.5% -
HSV(B) 240º 0.77% 0.81% -
XYZ 13.33 7.09 59.06 -
YUV 65.13 207.5 115.07 -
System Red Green Blue C M Y K H S L
Decimal 47 47 206 0.77 0.77 0 0.19 240 0.63 0.5
Hex 2F 2F CE 4D 4D 0 13 F0 3F 32
Octal 57 57 316 115 115 0 23 360 77 62
Binary 101111 101111 11001110 1001101 1001101 0 10011 11110000 111111 110010

Color Harmonies of #2F2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2FCE

Black with #2F2FCE

Text Example


Text Example

White with #2F2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,47,206); }

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

background-color css

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

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

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

border-color css

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

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

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