Html Css Color HEX #3630D9 Persian Blue

📋 copy color: '#3630D9'

red 54 ◦ green 48 ◦ blue 217

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

Shades of Persian Blue #3630D9

Tints of Persian Blue #3630D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 68.03%

R = 16.93%
G = 15.05%
B = 68.03%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3630D9 (or 0x3630D9) is known color: Persian Blue. HEX triplet: 36, 30 and D9. RGB value is (54,48,217). Sum of RGB (Red+Green+Blue) = 54+48+217=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 217 (85.16% from 255 or 68.03% from 319); Max value from RGB is 217 - color contains mainly: blue. Hex color #3630D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3630D9 is #C9CF26. Grayscale: #444444. Windows color (decimal): -13225767 or 14233654. OLE color: 14233654.

HSL color Cylindrical-coordinate representation of color #3630D9: hue angle of 242.13º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3630D9 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 48 217 -
CMYK 0.75 0.78 0 0.15
HSL 242.13º 0.69% 0.52% -
HSV(B) 242.13º 0.78% 0.85% -
XYZ 15.1 7.91 66.38 -
YUV 69.06 211.49 117.26 -
System Red Green Blue C M Y K H S L
Decimal 54 48 217 0.75 0.78 0 0.15 242.13 0.69 0.52
Hex 36 30 D9 4B 4E 0 F F2 45 34
Octal 66 60 331 113 116 0 17 362 105 64
Binary 110110 110000 11011001 1001011 1001110 0 1111 11110010 1000101 110100

Color Harmonies of #3630D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3630D9

Black with #3630D9

Text Example


Text Example

White with #3630D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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