Html Css Color HEX #3633AA Persian Blue

📋 copy color: '#3633AA'

red 54 ◦ green 51 ◦ blue 170

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

Shades of Persian Blue #3633AA

Tints of Persian Blue #3633AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 19.64%
G = 18.55%
B = 61.82%

CMYK

 C value IS 0.68

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3633AA (or 0x3633AA) is known color: Persian Blue. HEX triplet: 36, 33 and AA. RGB value is (54,51,170). Sum of RGB (Red+Green+Blue) = 54+51+170=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #3633AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3633AA is #C9CC55. Grayscale: #404040. Windows color (decimal): -13225046 or 11154230. OLE color: 11154230.

HSL color Cylindrical-coordinate representation of color #3633AA: hue angle of 241.51º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3633AA is Cyan = 0.68, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 51 170 -
CMYK 0.68 0.7 0 0.33
HSL 241.51º 0.54% 0.43% -
HSV(B) 241.51º 0.7% 0.67% -
XYZ 9.96 6.05 38.67 -
YUV 65.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 54 51 170 0.68 0.7 0 0.33 241.51 0.54 0.43
Hex 36 33 AA 44 46 0 21 F2 36 2B
Octal 66 63 252 104 106 0 41 362 66 53
Binary 110110 110011 10101010 1000100 1000110 0 100001 11110010 110110 101011

Color Harmonies of #3633AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3633AA

Black with #3633AA

Text Example


Text Example

White with #3633AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3633AA; }

 p { color: rgb(54,51,170); }

 H1.HeaderClassName
 {
   color: #3633AA;
 }
 .AnyTagClassName
 {
   color: #3633AA;
 }
</style>

background-color css

<style>
 a { background-color: #3633AA; }

 a { background-color: rgb(54,51,170); }

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

border-color css

<style>
 span { border-color: #3633AA; }

 span { border-color: rgb(54,51,170); }

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