Html Css Color HEX #3037DB Persian Blue

📋 copy color: '#3037DB'

red 48 ◦ green 55 ◦ blue 219

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

Shades of Persian Blue #3037DB

Tints of Persian Blue #3037DB

RGB

 RED value IS 48 (19.14% from 255) = 14.91%

 GREEN value IS 55 (21.88% from 255) = 17.08%

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

R = 14.91%
G = 17.08%
B = 68.01%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3037DB (or 0x3037DB) is known color: Persian Blue. HEX triplet: 30, 37 and DB. RGB value is (48,55,219). Sum of RGB (Red+Green+Blue) = 48+55+219=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #3037DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3037DB is #CFC824. Grayscale: #464646. Windows color (decimal): -13617189 or 14366512. OLE color: 14366512.

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

Color convert

RGB 48 55 219 -
CMYK 0.78 0.75 0 0.14
HSL 237.54º 0.7% 0.52% -
HSV(B) 237.54º 0.78% 0.86% -
XYZ 15.37 8.48 67.84 -
YUV 71.6 211.18 111.16 -
System Red Green Blue C M Y K H S L
Decimal 48 55 219 0.78 0.75 0 0.14 237.54 0.7 0.52
Hex 30 37 DB 4E 4B 0 E EE 46 34
Octal 60 67 333 116 113 0 16 356 106 64
Binary 110000 110111 11011011 1001110 1001011 0 1110 11101110 1000110 110100

Color Harmonies of #3037DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3037DB

Black with #3037DB

Text Example


Text Example

White with #3037DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3037DB; }

 p { color: rgb(48,55,219); }

 H1.HeaderClassName
 {
   color: #3037DB;
 }
 .AnyTagClassName
 {
   color: #3037DB;
 }
</style>

background-color css

<style>
 a { background-color: #3037DB; }

 a { background-color: rgb(48,55,219); }

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

border-color css

<style>
 span { border-color: #3037DB; }

 span { border-color: rgb(48,55,219); }

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