Html Css Color HEX #2193B3 Pelorous

📋 copy color: '#2193B3'

red 33 ◦ green 147 ◦ blue 179

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

Shades of Pelorous #2193B3

Tints of Pelorous #2193B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.86%

R = 9.19%
G = 40.95%
B = 49.86%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2193B3 (or 0x2193B3) is known color: Pelorous. HEX triplet: 21, 93 and B3. RGB value is (33,147,179). Sum of RGB (Red+Green+Blue) = 33+147+179=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #2193B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2193B3 is #DE6C4C. Grayscale: #747474. Windows color (decimal): -14576717 or 11768609. OLE color: 11768609.

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

Color convert

RGB 33 147 179 -
CMYK 0.82 0.18 0 0.30
HSL 193.15º 0.69% 0.42% -
HSV(B) 193.15º 0.82% 0.7% -
XYZ 19.2 24.45 46.35 -
YUV 116.56 163.23 68.4 -
System Red Green Blue C M Y K H S L
Decimal 33 147 179 0.82 0.18 0 0.30 193.15 0.69 0.42
Hex 21 93 B3 52 12 0 1E C1 45 2A
Octal 41 223 263 122 22 0 36 301 105 52
Binary 100001 10010011 10110011 1010010 10010 0 11110 11000001 1000101 101010

Color Harmonies of #2193B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2193B3

Black with #2193B3

Text Example


Text Example

White with #2193B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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