Html Css Color HEX #3538B4 Persian Blue

📋 copy color: '#3538B4'

red 53 ◦ green 56 ◦ blue 180

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

Shades of Persian Blue #3538B4

Tints of Persian Blue #3538B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 62.28%

R = 18.34%
G = 19.38%
B = 62.28%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3538B4 (or 0x3538B4) is known color: Persian Blue. HEX triplet: 35, 38 and B4. RGB value is (53,56,180). Sum of RGB (Red+Green+Blue) = 53+56+180=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #3538B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3538B4 is #CAC74B. Grayscale: #444444. Windows color (decimal): -13289292 or 11810869. OLE color: 11810869.

HSL color Cylindrical-coordinate representation of color #3538B4: hue angle of 238.58º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3538B4 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 56 180 -
CMYK 0.71 0.69 0 0.29
HSL 238.58º 0.55% 0.46% -
HSV(B) 238.58º 0.71% 0.71% -
XYZ 11.12 6.88 43.92 -
YUV 69.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 53 56 180 0.71 0.69 0 0.29 238.58 0.55 0.46
Hex 35 38 B4 47 45 0 1D EF 37 2E
Octal 65 70 264 107 105 0 35 357 67 56
Binary 110101 111000 10110100 1000111 1000101 0 11101 11101111 110111 101110

Color Harmonies of #3538B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3538B4

Black with #3538B4

Text Example


Text Example

White with #3538B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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