Html Css Color HEX #3630DB Persian Blue

📋 copy color: '#3630DB'

red 54 ◦ green 48 ◦ blue 219

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

Shades of Persian Blue #3630DB

Tints of Persian Blue #3630DB

RGB

 RED value IS 54 (21.48% from 255) = 16.82%

 GREEN value IS 48 (19.14% from 255) = 14.95%

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

R = 16.82%
G = 14.95%
B = 68.22%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3630DB (or 0x3630DB) is known color: Persian Blue. HEX triplet: 36, 30 and DB. RGB value is (54,48,219). Sum of RGB (Red+Green+Blue) = 54+48+219=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #3630DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3630DB is #C9CF24. Grayscale: #444444. Windows color (decimal): -13225765 or 14364726. OLE color: 14364726.

HSL color Cylindrical-coordinate representation of color #3630DB: hue angle of 242.11º 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 #3630DB is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 48 219 -
CMYK 0.75 0.78 0 0.14
HSL 242.11º 0.7% 0.52% -
HSV(B) 242.11º 0.78% 0.86% -
XYZ 15.36 8.01 67.75 -
YUV 69.29 212.49 117.1 -
System Red Green Blue C M Y K H S L
Decimal 54 48 219 0.75 0.78 0 0.14 242.11 0.7 0.52
Hex 36 30 DB 4B 4E 0 E F2 46 34
Octal 66 60 333 113 116 0 16 362 106 64
Binary 110110 110000 11011011 1001011 1001110 0 1110 11110010 1000110 110100

Color Harmonies of #3630DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3630DB

Black with #3630DB

Text Example


Text Example

White with #3630DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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