Html Css Color HEX #368794 Scooter

📋 copy color: '#368794'

red 54 ◦ green 135 ◦ blue 148

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

Shades of Scooter #368794

Tints of Scooter #368794

RGB

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

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

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

R = 16.02%
G = 40.06%
B = 43.92%

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

#368794 (or 0x368794) is known color: Scooter. HEX triplet: 36, 87 and 94. RGB value is (54,135,148). Sum of RGB (Red+Green+Blue) = 54+135+148=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #368794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368794 is #C9786B. Grayscale: #707070. Windows color (decimal): -13203564 or 9733942. OLE color: 9733942.

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

Color convert

RGB 54 135 148 -
CMYK 0.64 0.09 0 0.42
HSL 188.3º 0.47% 0.4% -
HSV(B) 188.3º 0.64% 0.58% -
XYZ 15.53 20.25 31.11 -
YUV 112.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 54 135 148 0.64 0.09 0 0.42 188.3 0.47 0.4
Hex 36 87 94 40 9 0 2A BC 2F 28
Octal 66 207 224 100 11 0 52 274 57 50
Binary 110110 10000111 10010100 1000000 1001 0 101010 10111100 101111 101000

Color Harmonies of #368794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368794

Black with #368794

Text Example


Text Example

White with #368794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368794; }

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

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

background-color css

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

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

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

border-color css

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

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

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