Html Css Color HEX #3836AA Persian Blue

📋 copy color: '#3836AA'

red 56 ◦ green 54 ◦ blue 170

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

Shades of Persian Blue #3836AA

Tints of Persian Blue #3836AA

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3836AA (or 0x3836AA) is known color: Persian Blue. HEX triplet: 38, 36 and AA. RGB value is (56,54,170). Sum of RGB (Red+Green+Blue) = 56+54+170=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 54 (21.48% from 255 or 19.29% 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 #3836AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3836AA is #C7C955. Grayscale: #434343. Windows color (decimal): -13093206 or 11155000. OLE color: 11155000.

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

Color convert

RGB 56 54 170 -
CMYK 0.67 0.68 0 0.33
HSL 241.03º 0.52% 0.44% -
HSV(B) 241.03º 0.68% 0.67% -
XYZ 10.21 6.38 38.72 -
YUV 67.82 185.66 119.57 -
System Red Green Blue C M Y K H S L
Decimal 56 54 170 0.67 0.68 0 0.33 241.03 0.52 0.44
Hex 38 36 AA 43 44 0 21 F1 34 2C
Octal 70 66 252 103 104 0 41 361 64 54
Binary 111000 110110 10101010 1000011 1000100 0 100001 11110001 110100 101100

Color Harmonies of #3836AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3836AA

Black with #3836AA

Text Example


Text Example

White with #3836AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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