Html Css Color HEX #203BEA Persian Blue

📋 copy color: '#203BEA'

red 32 ◦ green 59 ◦ blue 234

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

Shades of Persian Blue #203BEA

Tints of Persian Blue #203BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72%

R = 9.85%
G = 18.15%
B = 72%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#203BEA (or 0x203BEA) is known color: Persian Blue. HEX triplet: 20, 3B and EA. RGB value is (32,59,234). Sum of RGB (Red+Green+Blue) = 32+59+234=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #203BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203BEA is #DFC415. Grayscale: #464646. Windows color (decimal): -14664726 or 15350560. OLE color: 15350560.

HSL color Cylindrical-coordinate representation of color #203BEA: hue angle of 231.98º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203BEA is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 59 234 -
CMYK 0.86 0.75 0 0.08
HSL 231.98º 0.83% 0.52% -
HSV(B) 231.98º 0.86% 0.92% -
XYZ 17.01 9.38 78.75 -
YUV 70.88 220.05 100.27 -
System Red Green Blue C M Y K H S L
Decimal 32 59 234 0.86 0.75 0 0.08 231.98 0.83 0.52
Hex 20 3B EA 56 4B 0 8 E8 53 34
Octal 40 73 352 126 113 0 10 350 123 64
Binary 100000 111011 11101010 1010110 1001011 0 1000 11101000 1010011 110100

Color Harmonies of #203BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BEA

Black with #203BEA

Text Example


Text Example

White with #203BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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