Html Css Color HEX #2196AF Pelorous

📋 copy color: '#2196AF'

red 33 ◦ green 150 ◦ blue 175

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

Shades of Pelorous #2196AF

Tints of Pelorous #2196AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.9%

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 9.22%
G = 41.9%
B = 48.88%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2196AF (or 0x2196AF) is known color: Pelorous. HEX triplet: 21, 96 and AF. RGB value is (33,150,175). Sum of RGB (Red+Green+Blue) = 33+150+175=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #2196AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2196AF is #DE6950. Grayscale: #757575. Windows color (decimal): -14575953 or 11507233. OLE color: 11507233.

HSL color Cylindrical-coordinate representation of color #2196AF: hue angle of 190.56º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2196AF is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 150 175 -
CMYK 0.81 0.14 0 0.31
HSL 190.56º 0.68% 0.41% -
HSV(B) 190.56º 0.81% 0.69% -
XYZ 19.27 25.23 44.41 -
YUV 117.87 160.24 67.47 -
System Red Green Blue C M Y K H S L
Decimal 33 150 175 0.81 0.14 0 0.31 190.56 0.68 0.41
Hex 21 96 AF 51 E 0 1F BF 44 29
Octal 41 226 257 121 16 0 37 277 104 51
Binary 100001 10010110 10101111 1010001 1110 0 11111 10111111 1000100 101001

Color Harmonies of #2196AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2196AF

Black with #2196AF

Text Example


Text Example

White with #2196AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2196AF; }

 p { color: rgb(33,150,175); }

 H1.HeaderClassName
 {
   color: #2196AF;
 }
 .AnyTagClassName
 {
   color: #2196AF;
 }
</style>

background-color css

<style>
 a { background-color: #2196AF; }

 a { background-color: rgb(33,150,175); }

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

border-color css

<style>
 span { border-color: #2196AF; }

 span { border-color: rgb(33,150,175); }

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