Html Css Color HEX #2F3BDB Persian Blue

📋 copy color: '#2F3BDB'

red 47 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #2F3BDB

Tints of Persian Blue #2F3BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.38%

R = 14.46%
G = 18.15%
B = 67.38%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F3BDB (or 0x2F3BDB) is known color: Persian Blue. HEX triplet: 2F, 3B and DB. RGB value is (47,59,219). Sum of RGB (Red+Green+Blue) = 47+59+219=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F3BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3BDB is #D0C424. Grayscale: #494949. Windows color (decimal): -13681701 or 14367535. OLE color: 14367535.

HSL color Cylindrical-coordinate representation of color #2F3BDB: hue angle of 235.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F3BDB is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 59 219 -
CMYK 0.79 0.73 0 0.14
HSL 235.81º 0.7% 0.52% -
HSV(B) 235.81º 0.79% 0.86% -
XYZ 15.52 8.85 67.91 -
YUV 73.65 210.02 108.99 -
System Red Green Blue C M Y K H S L
Decimal 47 59 219 0.79 0.73 0 0.14 235.81 0.7 0.52
Hex 2F 3B DB 4F 49 0 E EC 46 34
Octal 57 73 333 117 111 0 16 354 106 64
Binary 101111 111011 11011011 1001111 1001001 0 1110 11101100 1000110 110100

Color Harmonies of #2F3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3BDB

Black with #2F3BDB

Text Example


Text Example

White with #2F3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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