Html Css Color HEX #2040CC Persian Blue

📋 copy color: '#2040CC'

red 32 ◦ green 64 ◦ blue 204

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

Shades of Persian Blue #2040CC

Tints of Persian Blue #2040CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 10.67%
G = 21.33%
B = 68%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2040CC (or 0x2040CC) is known color: Persian Blue. HEX triplet: 20, 40 and CC. RGB value is (32,64,204). Sum of RGB (Red+Green+Blue) = 32+64+204=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #2040CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2040CC is #DFBF33. Grayscale: #454545. Windows color (decimal): -14663476 or 13385760. OLE color: 13385760.

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

Color convert

RGB 32 64 204 -
CMYK 0.84 0.69 0 0.2
HSL 228.84º 0.73% 0.46% -
HSV(B) 228.84º 0.84% 0.8% -
XYZ 13.33 8.33 58.03 -
YUV 70.39 203.4 100.62 -
System Red Green Blue C M Y K H S L
Decimal 32 64 204 0.84 0.69 0 0.2 228.84 0.73 0.46
Hex 20 40 CC 54 45 0 14 E5 49 2E
Octal 40 100 314 124 105 0 24 345 111 56
Binary 100000 1000000 11001100 1010100 1000101 0 10100 11100101 1001001 101110

Color Harmonies of #2040CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2040CC

Black with #2040CC

Text Example


Text Example

White with #2040CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2040CC; }

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

 H1.HeaderClassName
 {
   color: #2040CC;
 }
 .AnyTagClassName
 {
   color: #2040CC;
 }
</style>

background-color css

<style>
 a { background-color: #2040CC; }

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

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

border-color css

<style>
 span { border-color: #2040CC; }

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

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