Html Css Color HEX #2035CC Persian Blue

📋 copy color: '#2035CC'

red 32 ◦ green 53 ◦ blue 204

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

Shades of Persian Blue #2035CC

Tints of Persian Blue #2035CC

RGB

 RED value IS 32 (12.89% from 255) = 11.07%

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

 BLUE value IS 204 (80.08% from 255) = 70.59%

R = 11.07%
G = 18.34%
B = 70.59%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2035CC (or 0x2035CC) is known color: Persian Blue. HEX triplet: 20, 35 and CC. RGB value is (32,53,204). Sum of RGB (Red+Green+Blue) = 32+53+204=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #2035CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2035CC is #DFCA33. Grayscale: #3F3F3F. Windows color (decimal): -14666292 or 13382944. OLE color: 13382944.

HSL color Cylindrical-coordinate representation of color #2035CC: hue angle of 232.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2035CC is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 53 204 -
CMYK 0.84 0.74 0 0.2
HSL 232.67º 0.73% 0.46% -
HSV(B) 232.67º 0.84% 0.8% -
XYZ 12.77 7.21 57.85 -
YUV 63.94 207.04 105.22 -
System Red Green Blue C M Y K H S L
Decimal 32 53 204 0.84 0.74 0 0.2 232.67 0.73 0.46
Hex 20 35 CC 54 4A 0 14 E9 49 2E
Octal 40 65 314 124 112 0 24 351 111 56
Binary 100000 110101 11001100 1010100 1001010 0 10100 11101001 1001001 101110

Color Harmonies of #2035CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2035CC

Black with #2035CC

Text Example


Text Example

White with #2035CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2035CC; }

 p { color: rgb(32,53,204); }

 H1.HeaderClassName
 {
   color: #2035CC;
 }
 .AnyTagClassName
 {
   color: #2035CC;
 }
</style>

background-color css

<style>
 a { background-color: #2035CC; }

 a { background-color: rgb(32,53,204); }

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

border-color css

<style>
 span { border-color: #2035CC; }

 span { border-color: rgb(32,53,204); }

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