Html Css Color HEX #2134CE Persian Blue

📋 copy color: '#2134CE'

red 33 ◦ green 52 ◦ blue 206

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

Shades of Persian Blue #2134CE

Tints of Persian Blue #2134CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

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

R = 11.34%
G = 17.87%
B = 70.79%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2134CE (or 0x2134CE) is known color: Persian Blue. HEX triplet: 21, 34 and CE. RGB value is (33,52,206). Sum of RGB (Red+Green+Blue) = 33+52+206=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #2134CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2134CE is #DECB31. Grayscale: #3F3F3F. Windows color (decimal): -14601010 or 13513761. OLE color: 13513761.

HSL color Cylindrical-coordinate representation of color #2134CE: hue angle of 233.41º 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 #2134CE is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 52 206 -
CMYK 0.84 0.75 0 0.19
HSL 233.41º 0.72% 0.47% -
HSV(B) 233.41º 0.84% 0.81% -
XYZ 13 7.24 59.1 -
YUV 63.88 208.21 105.98 -
System Red Green Blue C M Y K H S L
Decimal 33 52 206 0.84 0.75 0 0.19 233.41 0.72 0.47
Hex 21 34 CE 54 4B 0 13 E9 48 2F
Octal 41 64 316 124 113 0 23 351 110 57
Binary 100001 110100 11001110 1010100 1001011 0 10011 11101001 1001000 101111

Color Harmonies of #2134CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2134CE

Black with #2134CE

Text Example


Text Example

White with #2134CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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