Html Css Color HEX #2041CC Persian Blue

📋 copy color: '#2041CC'

red 32 ◦ green 65 ◦ blue 204

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

Shades of Persian Blue #2041CC

Tints of Persian Blue #2041CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 10.63%
G = 21.59%
B = 67.77%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2041CC (or 0x2041CC) is known color: Persian Blue. HEX triplet: 20, 41 and CC. RGB value is (32,65,204). Sum of RGB (Red+Green+Blue) = 32+65+204=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #2041CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2041CC is #DFBE33. Grayscale: #464646. Windows color (decimal): -14663220 or 13386016. OLE color: 13386016.

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

Color convert

RGB 32 65 204 -
CMYK 0.84 0.68 0 0.2
HSL 228.49º 0.73% 0.46% -
HSV(B) 228.49º 0.84% 0.8% -
XYZ 13.39 8.45 58.05 -
YUV 70.98 203.07 100.2 -
System Red Green Blue C M Y K H S L
Decimal 32 65 204 0.84 0.68 0 0.2 228.49 0.73 0.46
Hex 20 41 CC 54 44 0 14 E4 49 2E
Octal 40 101 314 124 104 0 24 344 111 56
Binary 100000 1000001 11001100 1010100 1000100 0 10100 11100100 1001001 101110

Color Harmonies of #2041CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2041CC

Black with #2041CC

Text Example


Text Example

White with #2041CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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