Html Css Color HEX #2F8591 Scooter

📋 copy color: '#2F8591'

red 47 ◦ green 133 ◦ blue 145

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

Shades of Scooter #2F8591

Tints of Scooter #2F8591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 14.46%
G = 40.92%
B = 44.62%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F8591 (or 0x2F8591) is known color: Scooter. HEX triplet: 2F, 85 and 91. RGB value is (47,133,145). Sum of RGB (Red+Green+Blue) = 47+133+145=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F8591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8591 is #D07A6E. Grayscale: #6C6C6C. Windows color (decimal): -13662831 or 9536815. OLE color: 9536815.

HSL color Cylindrical-coordinate representation of color #2F8591: hue angle of 187.35º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F8591 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 133 145 -
CMYK 0.68 0.08 0 0.43
HSL 187.35º 0.51% 0.38% -
HSV(B) 187.35º 0.68% 0.57% -
XYZ 14.67 19.42 29.76 -
YUV 108.65 148.51 84.02 -
System Red Green Blue C M Y K H S L
Decimal 47 133 145 0.68 0.08 0 0.43 187.35 0.51 0.38
Hex 2F 85 91 44 8 0 2B BB 33 26
Octal 57 205 221 104 10 0 53 273 63 46
Binary 101111 10000101 10010001 1000100 1000 0 101011 10111011 110011 100110

Color Harmonies of #2F8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8591

Black with #2F8591

Text Example


Text Example

White with #2F8591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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