Html Css Color HEX #2193B7 Pelorous

📋 copy color: '#2193B7'

red 33 ◦ green 147 ◦ blue 183

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

Shades of Pelorous #2193B7

Tints of Pelorous #2193B7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 183 (71.88% from 255) = 50.41%

R = 9.09%
G = 40.5%
B = 50.41%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2193B7 (or 0x2193B7) is known color: Pelorous. HEX triplet: 21, 93 and B7. RGB value is (33,147,183). Sum of RGB (Red+Green+Blue) = 33+147+183=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #2193B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2193B7 is #DE6C48. Grayscale: #747474. Windows color (decimal): -14576713 or 12030753. OLE color: 12030753.

HSL color Cylindrical-coordinate representation of color #2193B7: hue angle of 194.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2193B7 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 147 183 -
CMYK 0.82 0.20 0 0.28
HSL 194.4º 0.69% 0.42% -
HSV(B) 194.4º 0.82% 0.72% -
XYZ 19.61 24.61 48.52 -
YUV 117.02 165.23 68.07 -
System Red Green Blue C M Y K H S L
Decimal 33 147 183 0.82 0.20 0 0.28 194.4 0.69 0.42
Hex 21 93 B7 52 14 0 1C C2 45 2A
Octal 41 223 267 122 24 0 34 302 105 52
Binary 100001 10010011 10110111 1010010 10100 0 11100 11000010 1000101 101010

Color Harmonies of #2193B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2193B7

Black with #2193B7

Text Example


Text Example

White with #2193B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2193B7; }

 p { color: rgb(33,147,183); }

 H1.HeaderClassName
 {
   color: #2193B7;
 }
 .AnyTagClassName
 {
   color: #2193B7;
 }
</style>

background-color css

<style>
 a { background-color: #2193B7; }

 a { background-color: rgb(33,147,183); }

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

border-color css

<style>
 span { border-color: #2193B7; }

 span { border-color: rgb(33,147,183); }

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