Html Css Color HEX #298692 Scooter

📋 copy color: '#298692'

red 41 ◦ green 134 ◦ blue 146

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

Shades of Scooter #298692

Tints of Scooter #298692

RGB

 RED value IS 41 (16.41% from 255) = 12.77%

 GREEN value IS 134 (52.73% from 255) = 41.74%

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 12.77%
G = 41.74%
B = 45.48%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#298692 (or 0x298692) is known color: Scooter. HEX triplet: 29, 86 and 92. RGB value is (41,134,146). Sum of RGB (Red+Green+Blue) = 41+134+146=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #298692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298692 is #D6796D. Grayscale: #6B6B6B. Windows color (decimal): -14055790 or 9602601. OLE color: 9602601.

HSL color Cylindrical-coordinate representation of color #298692: hue angle of 186.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298692 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 134 146 -
CMYK 0.72 0.08 0 0.43
HSL 186.86º 0.56% 0.37% -
HSV(B) 186.86º 0.72% 0.57% -
XYZ 14.63 19.6 30.21 -
YUV 107.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 41 134 146 0.72 0.08 0 0.43 186.86 0.56 0.37
Hex 29 86 92 48 8 0 2B BB 38 25
Octal 51 206 222 110 10 0 53 273 70 45
Binary 101001 10000110 10010010 1001000 1000 0 101011 10111011 111000 100101

Color Harmonies of #298692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298692

Black with #298692

Text Example


Text Example

White with #298692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298692; }

 p { color: rgb(41,134,146); }

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

background-color css

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

 a { background-color: rgb(41,134,146); }

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

border-color css

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

 span { border-color: rgb(41,134,146); }

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