Html Css Color HEX #298794 Scooter

📋 copy color: '#298794'

red 41 ◦ green 135 ◦ blue 148

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

Shades of Scooter #298794

Tints of Scooter #298794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

 BLUE value IS 148 (58.2% from 255) = 45.68%

R = 12.65%
G = 41.67%
B = 45.68%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#298794 (or 0x298794) is known color: Scooter. HEX triplet: 29, 87 and 94. RGB value is (41,135,148). Sum of RGB (Red+Green+Blue) = 41+135+148=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #298794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298794 is #D6786B. Grayscale: #6C6C6C. Windows color (decimal): -14055532 or 9733929. OLE color: 9733929.

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

Color convert

RGB 41 135 148 -
CMYK 0.72 0.09 0 0.42
HSL 187.29º 0.57% 0.37% -
HSV(B) 187.29º 0.72% 0.58% -
XYZ 14.92 19.94 31.08 -
YUV 108.38 150.36 79.94 -
System Red Green Blue C M Y K H S L
Decimal 41 135 148 0.72 0.09 0 0.42 187.29 0.57 0.37
Hex 29 87 94 48 9 0 2A BB 39 25
Octal 51 207 224 110 11 0 52 273 71 45
Binary 101001 10000111 10010100 1001000 1001 0 101010 10111011 111001 100101

Color Harmonies of #298794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298794

Black with #298794

Text Example


Text Example

White with #298794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298794; }

 p { color: rgb(41,135,148); }

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

background-color css

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

 a { background-color: rgb(41,135,148); }

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

border-color css

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

 span { border-color: rgb(41,135,148); }

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