Html Css Color HEX #2F3CCF Persian Blue

📋 copy color: '#2F3CCF'

red 47 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #2F3CCF

Tints of Persian Blue #2F3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

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

R = 14.97%
G = 19.11%
B = 65.92%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F3CCF (or 0x2F3CCF) is known color: Persian Blue. HEX triplet: 2F, 3C and CF. RGB value is (47,60,207). Sum of RGB (Red+Green+Blue) = 47+60+207=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F3CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3CCF is #D0C330. Grayscale: #484848. Windows color (decimal): -13681457 or 13581359. OLE color: 13581359.

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

Color convert

RGB 47 60 207 -
CMYK 0.77 0.71 0 0.19
HSL 235.13º 0.63% 0.5% -
HSV(B) 235.13º 0.77% 0.81% -
XYZ 14.05 8.34 59.9 -
YUV 72.87 203.69 109.55 -
System Red Green Blue C M Y K H S L
Decimal 47 60 207 0.77 0.71 0 0.19 235.13 0.63 0.5
Hex 2F 3C CF 4D 47 0 13 EB 3F 32
Octal 57 74 317 115 107 0 23 353 77 62
Binary 101111 111100 11001111 1001101 1000111 0 10011 11101011 111111 110010

Color Harmonies of #2F3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3CCF

Black with #2F3CCF

Text Example


Text Example

White with #2F3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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