Html Css Color HEX #3636AA Persian Blue

📋 copy color: '#3636AA'

red 54 ◦ green 54 ◦ blue 170

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

Shades of Persian Blue #3636AA

Tints of Persian Blue #3636AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.42%

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

R = 19.42%
G = 19.42%
B = 61.15%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3636AA (or 0x3636AA) is known color: Persian Blue. HEX triplet: 36, 36 and AA. RGB value is (54,54,170). Sum of RGB (Red+Green+Blue) = 54+54+170=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #3636AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3636AA is #C9C955. Grayscale: #424242. Windows color (decimal): -13224278 or 11154998. OLE color: 11154998.

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

Color convert

RGB 54 54 170 -
CMYK 0.68 0.68 0 0.33
HSL 240º 0.52% 0.44% -
HSV(B) 240º 0.68% 0.67% -
XYZ 10.1 6.32 38.72 -
YUV 67.22 186 118.57 -
System Red Green Blue C M Y K H S L
Decimal 54 54 170 0.68 0.68 0 0.33 240 0.52 0.44
Hex 36 36 AA 44 44 0 21 F0 34 2C
Octal 66 66 252 104 104 0 41 360 64 54
Binary 110110 110110 10101010 1000100 1000100 0 100001 11110000 110100 101100

Color Harmonies of #3636AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3636AA

Black with #3636AA

Text Example


Text Example

White with #3636AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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