Html Css Color HEX #2F3DDB Persian Blue

📋 copy color: '#2F3DDB'

red 47 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #2F3DDB

Tints of Persian Blue #2F3DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.65%

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

R = 14.37%
G = 18.65%
B = 66.97%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F3DDB (or 0x2F3DDB) is known color: Persian Blue. HEX triplet: 2F, 3D and DB. RGB value is (47,61,219). Sum of RGB (Red+Green+Blue) = 47+61+219=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F3DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3DDB is #D0C224. Grayscale: #4A4A4A. Windows color (decimal): -13681189 or 14368047. OLE color: 14368047.

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

Color convert

RGB 47 61 219 -
CMYK 0.79 0.72 0 0.14
HSL 235.12º 0.7% 0.52% -
HSV(B) 235.12º 0.79% 0.86% -
XYZ 15.63 9.06 67.94 -
YUV 74.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 47 61 219 0.79 0.72 0 0.14 235.12 0.7 0.52
Hex 2F 3D DB 4F 48 0 E EB 46 34
Octal 57 75 333 117 110 0 16 353 106 64
Binary 101111 111101 11011011 1001111 1001000 0 1110 11101011 1000110 110100

Color Harmonies of #2F3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3DDB

Black with #2F3DDB

Text Example


Text Example

White with #2F3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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