Html Css Color HEX #2133BE Persian Blue

📋 copy color: '#2133BE'

red 33 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #2133BE

Tints of Persian Blue #2133BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

 BLUE value IS 190 (74.61% from 255) = 69.34%

R = 12.04%
G = 18.61%
B = 69.34%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2133BE (or 0x2133BE) is known color: Persian Blue. HEX triplet: 21, 33 and BE. RGB value is (33,51,190). Sum of RGB (Red+Green+Blue) = 33+51+190=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #2133BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2133BE is #DECC41. Grayscale: #3C3C3C. Windows color (decimal): -14601282 or 12464929. OLE color: 12464929.

HSL color Cylindrical-coordinate representation of color #2133BE: hue angle of 233.12º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2133BE is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 51 190 -
CMYK 0.83 0.73 0 0.25
HSL 233.12º 0.7% 0.44% -
HSV(B) 233.12º 0.83% 0.75% -
XYZ 11.11 6.41 49.37 -
YUV 61.46 200.54 107.7 -
System Red Green Blue C M Y K H S L
Decimal 33 51 190 0.83 0.73 0 0.25 233.12 0.7 0.44
Hex 21 33 BE 53 49 0 19 E9 46 2C
Octal 41 63 276 123 111 0 31 351 106 54
Binary 100001 110011 10111110 1010011 1001001 0 11001 11101001 1000110 101100

Color Harmonies of #2133BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2133BE

Black with #2133BE

Text Example


Text Example

White with #2133BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2133BE; }

 p { color: rgb(33,51,190); }

 H1.HeaderClassName
 {
   color: #2133BE;
 }
 .AnyTagClassName
 {
   color: #2133BE;
 }
</style>

background-color css

<style>
 a { background-color: #2133BE; }

 a { background-color: rgb(33,51,190); }

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

border-color css

<style>
 span { border-color: #2133BE; }

 span { border-color: rgb(33,51,190); }

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