Html Css Color HEX #203CCE Persian Blue

📋 copy color: '#203CCE'

red 32 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #203CCE

Tints of Persian Blue #203CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

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

R = 10.74%
G = 20.13%
B = 69.13%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#203CCE (or 0x203CCE) is known color: Persian Blue. HEX triplet: 20, 3C and CE. RGB value is (32,60,206). Sum of RGB (Red+Green+Blue) = 32+60+206=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #203CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CCE is #DFC331. Grayscale: #434343. Windows color (decimal): -14664498 or 13515808. OLE color: 13515808.

HSL color Cylindrical-coordinate representation of color #203CCE: hue angle of 230.34º 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 #203CCE is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 60 206 -
CMYK 0.84 0.71 0 0.19
HSL 230.34º 0.73% 0.47% -
HSV(B) 230.34º 0.84% 0.81% -
XYZ 13.35 8 59.23 -
YUV 68.27 205.72 102.13 -
System Red Green Blue C M Y K H S L
Decimal 32 60 206 0.84 0.71 0 0.19 230.34 0.73 0.47
Hex 20 3C CE 54 47 0 13 E6 49 2F
Octal 40 74 316 124 107 0 23 346 111 57
Binary 100000 111100 11001110 1010100 1000111 0 10011 11100110 1001001 101111

Color Harmonies of #203CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203CCE

Black with #203CCE

Text Example


Text Example

White with #203CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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