Html Css Color HEX #2195BC Pelorous

📋 copy color: '#2195BC'

red 33 ◦ green 149 ◦ blue 188

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

Shades of Pelorous #2195BC

Tints of Pelorous #2195BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 8.92%
G = 40.27%
B = 50.81%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2195BC (or 0x2195BC) is known color: Pelorous. HEX triplet: 21, 95 and BC. RGB value is (33,149,188). Sum of RGB (Red+Green+Blue) = 33+149+188=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #2195BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2195BC is #DE6A43. Grayscale: #767676. Windows color (decimal): -14576196 or 12358945. OLE color: 12358945.

HSL color Cylindrical-coordinate representation of color #2195BC: hue angle of 195.1º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2195BC is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 149 188 -
CMYK 0.82 0.21 0 0.26
HSL 195.1º 0.7% 0.43% -
HSV(B) 195.1º 0.82% 0.74% -
XYZ 20.45 25.45 51.41 -
YUV 118.76 167.07 66.83 -
System Red Green Blue C M Y K H S L
Decimal 33 149 188 0.82 0.21 0 0.26 195.1 0.7 0.43
Hex 21 95 BC 52 15 0 1A C3 46 2B
Octal 41 225 274 122 25 0 32 303 106 53
Binary 100001 10010101 10111100 1010010 10101 0 11010 11000011 1000110 101011

Color Harmonies of #2195BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2195BC

Black with #2195BC

Text Example


Text Example

White with #2195BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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