Html Css Color HEX #2F3CDB Persian Blue

📋 copy color: '#2F3CDB'

red 47 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #2F3CDB

Tints of Persian Blue #2F3CDB

RGB

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

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

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

R = 14.42%
G = 18.4%
B = 67.18%

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

#2F3CDB (or 0x2F3CDB) is known color: Persian Blue. HEX triplet: 2F, 3C and DB. RGB value is (47,60,219). Sum of RGB (Red+Green+Blue) = 47+60+219=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F3CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3CDB is #D0C324. Grayscale: #494949. Windows color (decimal): -13681445 or 14367791. OLE color: 14367791.

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

Color convert

RGB 47 60 219 -
CMYK 0.79 0.73 0 0.14
HSL 235.47º 0.7% 0.52% -
HSV(B) 235.47º 0.79% 0.86% -
XYZ 15.57 8.95 67.92 -
YUV 74.24 209.69 108.57 -
System Red Green Blue C M Y K H S L
Decimal 47 60 219 0.79 0.73 0 0.14 235.47 0.7 0.52
Hex 2F 3C DB 4F 49 0 E EB 46 34
Octal 57 74 333 117 111 0 16 353 106 64
Binary 101111 111100 11011011 1001111 1001001 0 1110 11101011 1000110 110100

Color Harmonies of #2F3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3CDB

Black with #2F3CDB

Text Example


Text Example

White with #2F3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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