Html Css Color HEX #2141CC Persian Blue

📋 copy color: '#2141CC'

red 33 ◦ green 65 ◦ blue 204

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

Shades of Persian Blue #2141CC

Tints of Persian Blue #2141CC

RGB

 RED value IS 33 (13.28% from 255) = 10.93%

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

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

R = 10.93%
G = 21.52%
B = 67.55%

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

#2141CC (or 0x2141CC) is known color: Persian Blue. HEX triplet: 21, 41 and CC. RGB value is (33,65,204). Sum of RGB (Red+Green+Blue) = 33+65+204=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #2141CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2141CC is #DEBE33. Grayscale: #464646. Windows color (decimal): -14597684 or 13386017. OLE color: 13386017.

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

Color convert

RGB 33 65 204 -
CMYK 0.84 0.68 0 0.2
HSL 228.77º 0.72% 0.46% -
HSV(B) 228.77º 0.84% 0.8% -
XYZ 13.42 8.46 58.05 -
YUV 71.28 202.9 100.7 -
System Red Green Blue C M Y K H S L
Decimal 33 65 204 0.84 0.68 0 0.2 228.77 0.72 0.46
Hex 21 41 CC 54 44 0 14 E5 48 2E
Octal 41 101 314 124 104 0 24 345 110 56
Binary 100001 1000001 11001100 1010100 1000100 0 10100 11100101 1001000 101110

Color Harmonies of #2141CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2141CC

Black with #2141CC

Text Example


Text Example

White with #2141CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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