Html Css Color HEX #368694 Scooter

📋 copy color: '#368694'

red 54 ◦ green 134 ◦ blue 148

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

Shades of Scooter #368694

Tints of Scooter #368694

RGB

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

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

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

R = 16.07%
G = 39.88%
B = 44.05%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#368694 (or 0x368694) is known color: Scooter. HEX triplet: 36, 86 and 94. RGB value is (54,134,148). Sum of RGB (Red+Green+Blue) = 54+134+148=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #368694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368694 is #C9796B. Grayscale: #6F6F6F. Windows color (decimal): -13203820 or 9733686. OLE color: 9733686.

HSL color Cylindrical-coordinate representation of color #368694: hue angle of 188.94º 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 #368694 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 134 148 -
CMYK 0.64 0.09 0 0.42
HSL 188.94º 0.47% 0.4% -
HSV(B) 188.94º 0.64% 0.58% -
XYZ 15.39 19.97 31.06 -
YUV 111.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 54 134 148 0.64 0.09 0 0.42 188.94 0.47 0.4
Hex 36 86 94 40 9 0 2A BD 2F 28
Octal 66 206 224 100 11 0 52 275 57 50
Binary 110110 10000110 10010100 1000000 1001 0 101010 10111101 101111 101000

Color Harmonies of #368694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368694

Black with #368694

Text Example


Text Example

White with #368694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368694; }

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

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

background-color css

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

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

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

border-color css

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

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

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