Html Css Color HEX #2139CC Persian Blue

📋 copy color: '#2139CC'

red 33 ◦ green 57 ◦ blue 204

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

Shades of Persian Blue #2139CC

Tints of Persian Blue #2139CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.39%

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

R = 11.22%
G = 19.39%
B = 69.39%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2139CC (or 0x2139CC) is known color: Persian Blue. HEX triplet: 21, 39 and CC. RGB value is (33,57,204). Sum of RGB (Red+Green+Blue) = 33+57+204=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #2139CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2139CC is #DEC633. Grayscale: #414141. Windows color (decimal): -14599732 or 13383969. OLE color: 13383969.

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

Color convert

RGB 33 57 204 -
CMYK 0.84 0.72 0 0.2
HSL 231.58º 0.72% 0.46% -
HSV(B) 231.58º 0.84% 0.8% -
XYZ 12.99 7.61 57.91 -
YUV 66.58 205.55 104.05 -
System Red Green Blue C M Y K H S L
Decimal 33 57 204 0.84 0.72 0 0.2 231.58 0.72 0.46
Hex 21 39 CC 54 48 0 14 E8 48 2E
Octal 41 71 314 124 110 0 24 350 110 56
Binary 100001 111001 11001100 1010100 1001000 0 10100 11101000 1001000 101110

Color Harmonies of #2139CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2139CC

Black with #2139CC

Text Example


Text Example

White with #2139CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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