Html Css Color HEX #203ABC Persian Blue

📋 copy color: '#203ABC'

red 32 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #203ABC

Tints of Persian Blue #203ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 11.51%
G = 20.86%
B = 67.63%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#203ABC (or 0x203ABC) is known color: Persian Blue. HEX triplet: 20, 3A and BC. RGB value is (32,58,188). Sum of RGB (Red+Green+Blue) = 32+58+188=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #203ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ABC is #DFC543. Grayscale: #404040. Windows color (decimal): -14665028 or 12335648. OLE color: 12335648.

HSL color Cylindrical-coordinate representation of color #203ABC: hue angle of 230º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203ABC is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 58 188 -
CMYK 0.83 0.69 0 0.26
HSL 230º 0.71% 0.43% -
HSV(B) 230º 0.83% 0.74% -
XYZ 11.19 6.96 48.33 -
YUV 65.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 32 58 188 0.83 0.69 0 0.26 230 0.71 0.43
Hex 20 3A BC 53 45 0 1A E6 47 2B
Octal 40 72 274 123 105 0 32 346 107 53
Binary 100000 111010 10111100 1010011 1000101 0 11010 11100110 1000111 101011

Color Harmonies of #203ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203ABC

Black with #203ABC

Text Example


Text Example

White with #203ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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