Html Css Color HEX #2F88AB Scooter

📋 copy color: '#2F88AB'

red 47 ◦ green 136 ◦ blue 171

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

Shades of Scooter #2F88AB

Tints of Scooter #2F88AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.42%

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 13.28%
G = 38.42%
B = 48.31%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F88AB (or 0x2F88AB) is known color: Scooter. HEX triplet: 2F, 88 and AB. RGB value is (47,136,171). Sum of RGB (Red+Green+Blue) = 47+136+171=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F88AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F88AB is #D07754. Grayscale: #717171. Windows color (decimal): -13662037 or 11241519. OLE color: 11241519.

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

Color convert

RGB 47 136 171 -
CMYK 0.73 0.20 0 0.33
HSL 196.94º 0.57% 0.43% -
HSV(B) 196.94º 0.73% 0.67% -
XYZ 17.33 21.15 41.7 -
YUV 113.38 160.51 80.65 -
System Red Green Blue C M Y K H S L
Decimal 47 136 171 0.73 0.20 0 0.33 196.94 0.57 0.43
Hex 2F 88 AB 49 14 0 21 C5 39 2B
Octal 57 210 253 111 24 0 41 305 71 53
Binary 101111 10001000 10101011 1001001 10100 0 100001 11000101 111001 101011

Color Harmonies of #2F88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F88AB

Black with #2F88AB

Text Example


Text Example

White with #2F88AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,136,171); }

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

background-color css

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

 a { background-color: rgb(47,136,171); }

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

border-color css

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

 span { border-color: rgb(47,136,171); }

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