Html Css Color HEX #2F3BCF Persian Blue

📋 copy color: '#2F3BCF'

red 47 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #2F3BCF

Tints of Persian Blue #2F3BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.85%

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

R = 15.02%
G = 18.85%
B = 66.13%

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

#2F3BCF (or 0x2F3BCF) is known color: Persian Blue. HEX triplet: 2F, 3B and CF. RGB value is (47,59,207). Sum of RGB (Red+Green+Blue) = 47+59+207=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F3BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3BCF is #D0C430. Grayscale: #474747. Windows color (decimal): -13681713 or 13581103. OLE color: 13581103.

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

Color convert

RGB 47 59 207 -
CMYK 0.77 0.71 0 0.19
HSL 235.5º 0.63% 0.5% -
HSV(B) 235.5º 0.77% 0.81% -
XYZ 14 8.24 59.88 -
YUV 72.28 204.02 109.97 -
System Red Green Blue C M Y K H S L
Decimal 47 59 207 0.77 0.71 0 0.19 235.5 0.63 0.5
Hex 2F 3B CF 4D 47 0 13 EC 3F 32
Octal 57 73 317 115 107 0 23 354 77 62
Binary 101111 111011 11001111 1001101 1000111 0 10011 11101100 111111 110010

Color Harmonies of #2F3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3BCF

Black with #2F3BCF

Text Example


Text Example

White with #2F3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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