Html Css Color HEX #2F33CE Persian Blue

📋 copy color: '#2F33CE'

red 47 ◦ green 51 ◦ blue 206

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

Shades of Persian Blue #2F33CE

Tints of Persian Blue #2F33CE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

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

R = 15.46%
G = 16.78%
B = 67.76%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F33CE (or 0x2F33CE) is known color: Persian Blue. HEX triplet: 2F, 33 and CE. RGB value is (47,51,206). Sum of RGB (Red+Green+Blue) = 47+51+206=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F33CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F33CE is #D0CC31. Grayscale: #424242. Windows color (decimal): -13683762 or 13513519. OLE color: 13513519.

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

Color convert

RGB 47 51 206 -
CMYK 0.77 0.75 0 0.19
HSL 238.49º 0.63% 0.5% -
HSV(B) 238.49º 0.77% 0.81% -
XYZ 13.5 7.43 59.11 -
YUV 67.47 206.17 113.4 -
System Red Green Blue C M Y K H S L
Decimal 47 51 206 0.77 0.75 0 0.19 238.49 0.63 0.5
Hex 2F 33 CE 4D 4B 0 13 EE 3F 32
Octal 57 63 316 115 113 0 23 356 77 62
Binary 101111 110011 11001110 1001101 1001011 0 10011 11101110 111111 110010

Color Harmonies of #2F33CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F33CE

Black with #2F33CE

Text Example


Text Example

White with #2F33CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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