Html Css Color HEX #3638AA Persian Blue

📋 copy color: '#3638AA'

red 54 ◦ green 56 ◦ blue 170

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

Shades of Persian Blue #3638AA

Tints of Persian Blue #3638AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20%

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

R = 19.29%
G = 20%
B = 60.71%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3638AA (or 0x3638AA) is known color: Persian Blue. HEX triplet: 36, 38 and AA. RGB value is (54,56,170). Sum of RGB (Red+Green+Blue) = 54+56+170=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #3638AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3638AA is #C9C755. Grayscale: #434343. Windows color (decimal): -13223766 or 11155510. OLE color: 11155510.

HSL color Cylindrical-coordinate representation of color #3638AA: hue angle of 238.97º 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 #3638AA is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 56 170 -
CMYK 0.68 0.67 0 0.33
HSL 238.97º 0.52% 0.44% -
HSV(B) 238.97º 0.68% 0.67% -
XYZ 10.19 6.51 38.75 -
YUV 68.4 185.34 117.73 -
System Red Green Blue C M Y K H S L
Decimal 54 56 170 0.68 0.67 0 0.33 238.97 0.52 0.44
Hex 36 38 AA 44 43 0 21 EF 34 2C
Octal 66 70 252 104 103 0 41 357 64 54
Binary 110110 111000 10101010 1000100 1000011 0 100001 11101111 110100 101100

Color Harmonies of #3638AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3638AA

Black with #3638AA

Text Example


Text Example

White with #3638AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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