Html Css Color HEX #352DCB Persian Blue

📋 copy color: '#352DCB'

red 53 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #352DCB

Tints of Persian Blue #352DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.95%

 BLUE value IS 203 (79.69% from 255) = 67.44%

R = 17.61%
G = 14.95%
B = 67.44%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#352DCB (or 0x352DCB) is known color: Persian Blue. HEX triplet: 35, 2D and CB. RGB value is (53,45,203). Sum of RGB (Red+Green+Blue) = 53+45+203=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #352DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DCB is #CAD234. Grayscale: #404040. Windows color (decimal): -13292085 or 13315381. OLE color: 13315381.

HSL color Cylindrical-coordinate representation of color #352DCB: hue angle of 243.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352DCB is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 45 203 -
CMYK 0.74 0.78 0 0.20
HSL 243.04º 0.64% 0.49% -
HSV(B) 243.04º 0.78% 0.8% -
XYZ 13.19 6.95 57.15 -
YUV 65.4 205.65 119.15 -
System Red Green Blue C M Y K H S L
Decimal 53 45 203 0.74 0.78 0 0.20 243.04 0.64 0.49
Hex 35 2D CB 4A 4E 0 14 F3 40 31
Octal 65 55 313 112 116 0 24 363 100 61
Binary 110101 101101 11001011 1001010 1001110 0 10100 11110011 1000000 110001

Color Harmonies of #352DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DCB

Black with #352DCB

Text Example


Text Example

White with #352DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352DCB; }

 p { color: rgb(53,45,203); }

 H1.HeaderClassName
 {
   color: #352DCB;
 }
 .AnyTagClassName
 {
   color: #352DCB;
 }
</style>

background-color css

<style>
 a { background-color: #352DCB; }

 a { background-color: rgb(53,45,203); }

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

border-color css

<style>
 span { border-color: #352DCB; }

 span { border-color: rgb(53,45,203); }

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