Html Css Color HEX #2195AD Pelorous

📋 copy color: '#2195AD'

red 33 ◦ green 149 ◦ blue 173

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

Shades of Pelorous #2195AD

Tints of Pelorous #2195AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.97%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 9.3%
G = 41.97%
B = 48.73%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2195AD (or 0x2195AD) is known color: Pelorous. HEX triplet: 21, 95 and AD. RGB value is (33,149,173). Sum of RGB (Red+Green+Blue) = 33+149+173=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #2195AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2195AD is #DE6A52. Grayscale: #747474. Windows color (decimal): -14576211 or 11375905. OLE color: 11375905.

HSL color Cylindrical-coordinate representation of color #2195AD: hue angle of 190.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2195AD is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 149 173 -
CMYK 0.81 0.14 0 0.32
HSL 190.29º 0.68% 0.4% -
HSV(B) 190.29º 0.81% 0.68% -
XYZ 18.92 24.84 43.33 -
YUV 117.05 159.57 68.05 -
System Red Green Blue C M Y K H S L
Decimal 33 149 173 0.81 0.14 0 0.32 190.29 0.68 0.4
Hex 21 95 AD 51 E 0 20 BE 44 28
Octal 41 225 255 121 16 0 40 276 104 50
Binary 100001 10010101 10101101 1010001 1110 0 100000 10111110 1000100 101000

Color Harmonies of #2195AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2195AD

Black with #2195AD

Text Example


Text Example

White with #2195AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2195AD; }

 p { color: rgb(33,149,173); }

 H1.HeaderClassName
 {
   color: #2195AD;
 }
 .AnyTagClassName
 {
   color: #2195AD;
 }
</style>

background-color css

<style>
 a { background-color: #2195AD; }

 a { background-color: rgb(33,149,173); }

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

border-color css

<style>
 span { border-color: #2195AD; }

 span { border-color: rgb(33,149,173); }

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