Html Css Color HEX #203ACE Persian Blue

📋 copy color: '#203ACE'

red 32 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #203ACE

Tints of Persian Blue #203ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

 BLUE value IS 206 (80.86% from 255) = 69.59%

R = 10.81%
G = 19.59%
B = 69.59%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#203ACE (or 0x203ACE) is known color: Persian Blue. HEX triplet: 20, 3A and CE. RGB value is (32,58,206). Sum of RGB (Red+Green+Blue) = 32+58+206=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #203ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ACE is #DFC531. Grayscale: #424242. Windows color (decimal): -14665010 or 13515296. OLE color: 13515296.

HSL color Cylindrical-coordinate representation of color #203ACE: hue angle of 231.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203ACE is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 58 206 -
CMYK 0.84 0.72 0 0.19
HSL 231.03º 0.73% 0.47% -
HSV(B) 231.03º 0.84% 0.81% -
XYZ 13.25 7.79 59.2 -
YUV 67.1 206.39 102.97 -
System Red Green Blue C M Y K H S L
Decimal 32 58 206 0.84 0.72 0 0.19 231.03 0.73 0.47
Hex 20 3A CE 54 48 0 13 E7 49 2F
Octal 40 72 316 124 110 0 23 347 111 57
Binary 100000 111010 11001110 1010100 1001000 0 10011 11100111 1001001 101111

Color Harmonies of #203ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203ACE

Black with #203ACE

Text Example


Text Example

White with #203ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203ACE; }

 p { color: rgb(32,58,206); }

 H1.HeaderClassName
 {
   color: #203ACE;
 }
 .AnyTagClassName
 {
   color: #203ACE;
 }
</style>

background-color css

<style>
 a { background-color: #203ACE; }

 a { background-color: rgb(32,58,206); }

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

border-color css

<style>
 span { border-color: #203ACE; }

 span { border-color: rgb(32,58,206); }

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