Html Css Color HEX #203BBC Persian Blue

📋 copy color: '#203BBC'

red 32 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #203BBC

Tints of Persian Blue #203BBC

RGB

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

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

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

R = 11.47%
G = 21.15%
B = 67.38%

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

#203BBC (or 0x203BBC) is known color: Persian Blue. HEX triplet: 20, 3B and BC. RGB value is (32,59,188). Sum of RGB (Red+Green+Blue) = 32+59+188=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #203BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BBC is #DFC443. Grayscale: #414141. Windows color (decimal): -14664772 or 12335904. OLE color: 12335904.

HSL color Cylindrical-coordinate representation of color #203BBC: hue angle of 229.62º 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 #203BBC is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 59 188 -
CMYK 0.83 0.69 0 0.26
HSL 229.62º 0.71% 0.43% -
HSV(B) 229.62º 0.83% 0.74% -
XYZ 11.24 7.07 48.35 -
YUV 65.63 197.05 104.01 -
System Red Green Blue C M Y K H S L
Decimal 32 59 188 0.83 0.69 0 0.26 229.62 0.71 0.43
Hex 20 3B BC 53 45 0 1A E6 47 2B
Octal 40 73 274 123 105 0 32 346 107 53
Binary 100000 111011 10111100 1010011 1000101 0 11010 11100110 1000111 101011

Color Harmonies of #203BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BBC

Black with #203BBC

Text Example


Text Example

White with #203BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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