Html Css Color HEX #3630DA Persian Blue

📋 copy color: '#3630DA'

red 54 ◦ green 48 ◦ blue 218

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

Shades of Persian Blue #3630DA

Tints of Persian Blue #3630DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.13%

R = 16.88%
G = 15%
B = 68.13%

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

#3630DA (or 0x3630DA) is known color: Persian Blue. HEX triplet: 36, 30 and DA. RGB value is (54,48,218). Sum of RGB (Red+Green+Blue) = 54+48+218=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #3630DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3630DA is #C9CF25. Grayscale: #444444. Windows color (decimal): -13225766 or 14299190. OLE color: 14299190.

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

Color convert

RGB 54 48 218 -
CMYK 0.75 0.78 0 0.15
HSL 242.12º 0.7% 0.52% -
HSV(B) 242.12º 0.78% 0.85% -
XYZ 15.23 7.96 67.06 -
YUV 69.17 211.99 117.18 -
System Red Green Blue C M Y K H S L
Decimal 54 48 218 0.75 0.78 0 0.15 242.12 0.7 0.52
Hex 36 30 DA 4B 4E 0 F F2 46 34
Octal 66 60 332 113 116 0 17 362 106 64
Binary 110110 110000 11011010 1001011 1001110 0 1111 11110010 1000110 110100

Color Harmonies of #3630DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3630DA

Black with #3630DA

Text Example


Text Example

White with #3630DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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