Html Css Color HEX #3835C0 Persian Blue

📋 copy color: '#3835C0'

red 56 ◦ green 53 ◦ blue 192

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

Shades of Persian Blue #3835C0

Tints of Persian Blue #3835C0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 192 (75.39% from 255) = 63.79%

R = 18.6%
G = 17.61%
B = 63.79%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3835C0 (or 0x3835C0) is known color: Persian Blue. HEX triplet: 38, 35 and C0. RGB value is (56,53,192). Sum of RGB (Red+Green+Blue) = 56+53+192=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #3835C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3835C0 is #C7CA3F. Grayscale: #454545. Windows color (decimal): -13093440 or 12596536. OLE color: 12596536.

HSL color Cylindrical-coordinate representation of color #3835C0: hue angle of 241.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3835C0 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 53 192 -
CMYK 0.71 0.72 0 0.25
HSL 241.3º 0.57% 0.48% -
HSV(B) 241.3º 0.72% 0.75% -
XYZ 12.42 7.19 50.6 -
YUV 69.74 196.99 118.2 -
System Red Green Blue C M Y K H S L
Decimal 56 53 192 0.71 0.72 0 0.25 241.3 0.57 0.48
Hex 38 35 C0 47 48 0 19 F1 39 30
Octal 70 65 300 107 110 0 31 361 71 60
Binary 111000 110101 11000000 1000111 1001000 0 11001 11110001 111001 110000

Color Harmonies of #3835C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3835C0

Black with #3835C0

Text Example


Text Example

White with #3835C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3835C0; }

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

 H1.HeaderClassName
 {
   color: #3835C0;
 }
 .AnyTagClassName
 {
   color: #3835C0;
 }
</style>

background-color css

<style>
 a { background-color: #3835C0; }

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

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

border-color css

<style>
 span { border-color: #3835C0; }

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

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