Html Css Color HEX #203BCC Persian Blue

📋 copy color: '#203BCC'

red 32 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #203BCC

Tints of Persian Blue #203BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

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

R = 10.85%
G = 20%
B = 69.15%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#203BCC (or 0x203BCC) is known color: Persian Blue. HEX triplet: 20, 3B and CC. RGB value is (32,59,204). Sum of RGB (Red+Green+Blue) = 32+59+204=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #203BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BCC is #DFC433. Grayscale: #424242. Windows color (decimal): -14664756 or 13384480. OLE color: 13384480.

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

Color convert

RGB 32 59 204 -
CMYK 0.84 0.71 0 0.2
HSL 230.58º 0.73% 0.46% -
HSV(B) 230.58º 0.84% 0.8% -
XYZ 13.06 7.79 57.94 -
YUV 67.46 205.05 102.71 -
System Red Green Blue C M Y K H S L
Decimal 32 59 204 0.84 0.71 0 0.2 230.58 0.73 0.46
Hex 20 3B CC 54 47 0 14 E7 49 2E
Octal 40 73 314 124 107 0 24 347 111 56
Binary 100000 111011 11001100 1010100 1000111 0 10100 11100111 1001001 101110

Color Harmonies of #203BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BCC

Black with #203BCC

Text Example


Text Example

White with #203BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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