Html Css Color HEX #368994 Scooter

📋 copy color: '#368994'

red 54 ◦ green 137 ◦ blue 148

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

Shades of Scooter #368994

Tints of Scooter #368994

RGB

 RED value IS 54 (21.48% from 255) = 15.93%

 GREEN value IS 137 (53.91% from 255) = 40.41%

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

R = 15.93%
G = 40.41%
B = 43.66%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#368994 (or 0x368994) is known color: Scooter. HEX triplet: 36, 89 and 94. RGB value is (54,137,148). Sum of RGB (Red+Green+Blue) = 54+137+148=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #368994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368994 is #C9766B. Grayscale: #717171. Windows color (decimal): -13203052 or 9734454. OLE color: 9734454.

HSL color Cylindrical-coordinate representation of color #368994: hue angle of 187.02º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368994 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 137 148 -
CMYK 0.64 0.07 0 0.42
HSL 187.02º 0.47% 0.4% -
HSV(B) 187.02º 0.64% 0.58% -
XYZ 15.81 20.81 31.2 -
YUV 113.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 54 137 148 0.64 0.07 0 0.42 187.02 0.47 0.4
Hex 36 89 94 40 7 0 2A BB 2F 28
Octal 66 211 224 100 7 0 52 273 57 50
Binary 110110 10001001 10010100 1000000 111 0 101010 10111011 101111 101000

Color Harmonies of #368994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368994

Black with #368994

Text Example


Text Example

White with #368994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368994; }

 p { color: rgb(54,137,148); }

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

background-color css

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

 a { background-color: rgb(54,137,148); }

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

border-color css

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

 span { border-color: rgb(54,137,148); }

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