Html Css Color HEX #3834AB Persian Blue

📋 copy color: '#3834AB'

red 56 ◦ green 52 ◦ blue 171

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

Shades of Persian Blue #3834AB

Tints of Persian Blue #3834AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

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

R = 20.07%
G = 18.64%
B = 61.29%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3834AB (or 0x3834AB) is known color: Persian Blue. HEX triplet: 38, 34 and AB. RGB value is (56,52,171). Sum of RGB (Red+Green+Blue) = 56+52+171=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #3834AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3834AB is #C7CB54. Grayscale: #424242. Windows color (decimal): -13093717 or 11220024. OLE color: 11220024.

HSL color Cylindrical-coordinate representation of color #3834AB: hue angle of 242.02º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3834AB is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 52 171 -
CMYK 0.67 0.70 0 0.33
HSL 242.02º 0.53% 0.44% -
HSV(B) 242.02º 0.7% 0.67% -
XYZ 10.21 6.24 39.19 -
YUV 66.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 56 52 171 0.67 0.70 0 0.33 242.02 0.53 0.44
Hex 38 34 AB 43 46 0 21 F2 35 2C
Octal 70 64 253 103 106 0 41 362 65 54
Binary 111000 110100 10101011 1000011 1000110 0 100001 11110010 110101 101100

Color Harmonies of #3834AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3834AB

Black with #3834AB

Text Example


Text Example

White with #3834AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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