Html Css Color HEX #2141CE Persian Blue

📋 copy color: '#2141CE'

red 33 ◦ green 65 ◦ blue 206

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

Shades of Persian Blue #2141CE

Tints of Persian Blue #2141CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 10.86%
G = 21.38%
B = 67.76%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2141CE (or 0x2141CE) is known color: Persian Blue. HEX triplet: 21, 41 and CE. RGB value is (33,65,206). Sum of RGB (Red+Green+Blue) = 33+65+206=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #2141CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2141CE is #DEBE31. Grayscale: #464646. Windows color (decimal): -14597682 or 13517089. OLE color: 13517089.

HSL color Cylindrical-coordinate representation of color #2141CE: hue angle of 228.9º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2141CE is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 65 206 -
CMYK 0.84 0.68 0 0.19
HSL 228.9º 0.72% 0.47% -
HSV(B) 228.9º 0.84% 0.81% -
XYZ 13.66 8.56 59.32 -
YUV 71.51 203.9 100.54 -
System Red Green Blue C M Y K H S L
Decimal 33 65 206 0.84 0.68 0 0.19 228.9 0.72 0.47
Hex 21 41 CE 54 44 0 13 E5 48 2F
Octal 41 101 316 124 104 0 23 345 110 57
Binary 100001 1000001 11001110 1010100 1000100 0 10011 11100101 1001000 101111

Color Harmonies of #2141CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2141CE

Black with #2141CE

Text Example


Text Example

White with #2141CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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