Html Css Color HEX #202BCA Persian Blue

📋 copy color: '#202BCA'

red 32 ◦ green 43 ◦ blue 202

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

Shades of Persian Blue #202BCA

Tints of Persian Blue #202BCA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.52%

 BLUE value IS 202 (79.3% from 255) = 72.92%

R = 11.55%
G = 15.52%
B = 72.92%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#202BCA (or 0x202BCA) is known color: Persian Blue. HEX triplet: 20, 2B and CA. RGB value is (32,43,202). Sum of RGB (Red+Green+Blue) = 32+43+202=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #202BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202BCA is #DFD435. Grayscale: #393939. Windows color (decimal): -14668854 or 13249312. OLE color: 13249312.

HSL color Cylindrical-coordinate representation of color #202BCA: hue angle of 236.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202BCA is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 43 202 -
CMYK 0.84 0.79 0 0.21
HSL 236.12º 0.73% 0.46% -
HSV(B) 236.12º 0.84% 0.79% -
XYZ 12.12 6.3 56.45 -
YUV 57.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 32 43 202 0.84 0.79 0 0.21 236.12 0.73 0.46
Hex 20 2B CA 54 4F 0 15 EC 49 2E
Octal 40 53 312 124 117 0 25 354 111 56
Binary 100000 101011 11001010 1010100 1001111 0 10101 11101100 1001001 101110

Color Harmonies of #202BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202BCA

Black with #202BCA

Text Example


Text Example

White with #202BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202BCA; }

 p { color: rgb(32,43,202); }

 H1.HeaderClassName
 {
   color: #202BCA;
 }
 .AnyTagClassName
 {
   color: #202BCA;
 }
</style>

background-color css

<style>
 a { background-color: #202BCA; }

 a { background-color: rgb(32,43,202); }

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

border-color css

<style>
 span { border-color: #202BCA; }

 span { border-color: rgb(32,43,202); }

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