Html Css Color HEX #2F96AA Scooter

📋 copy color: '#2F96AA'

red 47 ◦ green 150 ◦ blue 170

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

Shades of Scooter #2F96AA

Tints of Scooter #2F96AA

RGB

 RED value IS 47 (18.75% from 255) = 12.81%

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

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 12.81%
G = 40.87%
B = 46.32%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F96AA (or 0x2F96AA) is known color: Scooter. HEX triplet: 2F, 96 and AA. RGB value is (47,150,170). Sum of RGB (Red+Green+Blue) = 47+150+170=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F96AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F96AA is #D06955. Grayscale: #797979. Windows color (decimal): -13658454 or 11179567. OLE color: 11179567.

HSL color Cylindrical-coordinate representation of color #2F96AA: hue angle of 189.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F96AA is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 150 170 -
CMYK 0.72 0.12 0 0.33
HSL 189.76º 0.57% 0.43% -
HSV(B) 189.76º 0.72% 0.67% -
XYZ 19.33 25.32 41.9 -
YUV 121.48 155.38 74.87 -
System Red Green Blue C M Y K H S L
Decimal 47 150 170 0.72 0.12 0 0.33 189.76 0.57 0.43
Hex 2F 96 AA 48 C 0 21 BE 39 2B
Octal 57 226 252 110 14 0 41 276 71 53
Binary 101111 10010110 10101010 1001000 1100 0 100001 10111110 111001 101011

Color Harmonies of #2F96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F96AA

Black with #2F96AA

Text Example


Text Example

White with #2F96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F96AA; }

 p { color: rgb(47,150,170); }

 H1.HeaderClassName
 {
   color: #2F96AA;
 }
 .AnyTagClassName
 {
   color: #2F96AA;
 }
</style>

background-color css

<style>
 a { background-color: #2F96AA; }

 a { background-color: rgb(47,150,170); }

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

border-color css

<style>
 span { border-color: #2F96AA; }

 span { border-color: rgb(47,150,170); }

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