Html Css Color HEX #3538AA Persian Blue

📋 copy color: '#3538AA'

red 53 ◦ green 56 ◦ blue 170

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

Shades of Persian Blue #3538AA

Tints of Persian Blue #3538AA

RGB

 RED value IS 53 (21.09% from 255) = 19%

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

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

R = 19%
G = 20.07%
B = 60.93%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3538AA (or 0x3538AA) is known color: Persian Blue. HEX triplet: 35, 38 and AA. RGB value is (53,56,170). Sum of RGB (Red+Green+Blue) = 53+56+170=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #3538AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3538AA is #CAC755. Grayscale: #434343. Windows color (decimal): -13289302 or 11155509. OLE color: 11155509.

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

Color convert

RGB 53 56 170 -
CMYK 0.69 0.67 0 0.33
HSL 238.46º 0.52% 0.44% -
HSV(B) 238.46º 0.69% 0.67% -
XYZ 10.14 6.49 38.75 -
YUV 68.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 53 56 170 0.69 0.67 0 0.33 238.46 0.52 0.44
Hex 35 38 AA 45 43 0 21 EE 34 2C
Octal 65 70 252 105 103 0 41 356 64 54
Binary 110101 111000 10101010 1000101 1000011 0 100001 11101110 110100 101100

Color Harmonies of #3538AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3538AA

Black with #3538AA

Text Example


Text Example

White with #3538AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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