Html Css Color HEX #3836AB Persian Blue

📋 copy color: '#3836AB'

red 56 ◦ green 54 ◦ blue 171

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

Shades of Persian Blue #3836AB

Tints of Persian Blue #3836AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 19.93%
G = 19.22%
B = 60.85%

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

#3836AB (or 0x3836AB) is known color: Persian Blue. HEX triplet: 38, 36 and AB. RGB value is (56,54,171). Sum of RGB (Red+Green+Blue) = 56+54+171=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #3836AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3836AB is #C7C954. Grayscale: #434343. Windows color (decimal): -13093205 or 11220536. OLE color: 11220536.

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

Color convert

RGB 56 54 171 -
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.3 6.42 39.22 -
YUV 67.94 186.16 119.49 -
System Red Green Blue C M Y K H S L
Decimal 56 54 171 0.67 0.68 0 0.33 241.03 0.52 0.44
Hex 38 36 AB 43 44 0 21 F1 34 2C
Octal 70 66 253 103 104 0 41 361 64 54
Binary 111000 110110 10101011 1000011 1000100 0 100001 11110001 110100 101100

Color Harmonies of #3836AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3836AB

Black with #3836AB

Text Example


Text Example

White with #3836AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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