Html Css Color HEX #368C97 Scooter

📋 copy color: '#368C97'

red 54 ◦ green 140 ◦ blue 151

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

Shades of Scooter #368C97

Tints of Scooter #368C97

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.58%

 BLUE value IS 151 (59.38% from 255) = 43.77%

R = 15.65%
G = 40.58%
B = 43.77%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#368C97 (or 0x368C97) is known color: Scooter. HEX triplet: 36, 8C and 97. RGB value is (54,140,151). Sum of RGB (Red+Green+Blue) = 54+140+151=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #368C97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C97 is #C97368. Grayscale: #737373. Windows color (decimal): -13202281 or 9931830. OLE color: 9931830.

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

Color convert

RGB 54 140 151 -
CMYK 0.64 0.07 0 0.41
HSL 186.8º 0.47% 0.4% -
HSV(B) 186.8º 0.64% 0.59% -
XYZ 16.49 21.77 32.61 -
YUV 115.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 54 140 151 0.64 0.07 0 0.41 186.8 0.47 0.4
Hex 36 8C 97 40 7 0 29 BB 2F 28
Octal 66 214 227 100 7 0 51 273 57 50
Binary 110110 10001100 10010111 1000000 111 0 101001 10111011 101111 101000

Color Harmonies of #368C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368C97

Black with #368C97

Text Example


Text Example

White with #368C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368C97; }

 p { color: rgb(54,140,151); }

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

background-color css

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

 a { background-color: rgb(54,140,151); }

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

border-color css

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

 span { border-color: rgb(54,140,151); }

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