Html Css Color HEX #368197 Scooter

📋 copy color: '#368197'

red 54 ◦ green 129 ◦ blue 151

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

Shades of Scooter #368197

Tints of Scooter #368197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

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

R = 16.17%
G = 38.62%
B = 45.21%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#368197 (or 0x368197) is known color: Scooter. HEX triplet: 36, 81 and 97. RGB value is (54,129,151). Sum of RGB (Red+Green+Blue) = 54+129+151=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #368197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368197 is #C97E68. Grayscale: #6C6C6C. Windows color (decimal): -13205097 or 9929014. OLE color: 9929014.

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

Color convert

RGB 54 129 151 -
CMYK 0.64 0.15 0 0.41
HSL 193.61º 0.47% 0.4% -
HSV(B) 193.61º 0.64% 0.59% -
XYZ 14.96 18.72 32.1 -
YUV 109.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 54 129 151 0.64 0.15 0 0.41 193.61 0.47 0.4
Hex 36 81 97 40 F 0 29 C2 2F 28
Octal 66 201 227 100 17 0 51 302 57 50
Binary 110110 10000001 10010111 1000000 1111 0 101001 11000010 101111 101000

Color Harmonies of #368197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368197

Black with #368197

Text Example


Text Example

White with #368197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368197; }

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

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

background-color css

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

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

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

border-color css

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

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

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