Html Css Color HEX #2F8599 Scooter

📋 copy color: '#2F8599'

red 47 ◦ green 133 ◦ blue 153

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

Shades of Scooter #2F8599

Tints of Scooter #2F8599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.94%

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 14.11%
G = 39.94%
B = 45.95%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2F8599 (or 0x2F8599) is known color: Scooter. HEX triplet: 2F, 85 and 99. RGB value is (47,133,153). Sum of RGB (Red+Green+Blue) = 47+133+153=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F8599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8599 is #D07A66. Grayscale: #6D6D6D. Windows color (decimal): -13662823 or 10061103. OLE color: 10061103.

HSL color Cylindrical-coordinate representation of color #2F8599: hue angle of 191.32º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F8599 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 133 153 -
CMYK 0.69 0.13 0 0.4
HSL 191.32º 0.53% 0.39% -
HSV(B) 191.32º 0.69% 0.6% -
XYZ 15.31 19.68 33.13 -
YUV 109.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 47 133 153 0.69 0.13 0 0.4 191.32 0.53 0.39
Hex 2F 85 99 45 D 0 28 BF 35 27
Octal 57 205 231 105 15 0 50 277 65 47
Binary 101111 10000101 10011001 1000101 1101 0 101000 10111111 110101 100111

Color Harmonies of #2F8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8599

Black with #2F8599

Text Example


Text Example

White with #2F8599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,153); }

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

background-color css

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

 a { background-color: rgb(47,133,153); }

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

border-color css

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

 span { border-color: rgb(47,133,153); }

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