Html Css Color HEX #368395 Scooter

📋 copy color: '#368395'

red 54 ◦ green 131 ◦ blue 149

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

Shades of Scooter #368395

Tints of Scooter #368395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 16.17%
G = 39.22%
B = 44.61%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#368395 (or 0x368395) is known color: Scooter. HEX triplet: 36, 83 and 95. RGB value is (54,131,149). Sum of RGB (Red+Green+Blue) = 54+131+149=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #368395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368395 is #C97C6A. Grayscale: #6D6D6D. Windows color (decimal): -13204587 or 9798454. OLE color: 9798454.

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

Color convert

RGB 54 131 149 -
CMYK 0.64 0.12 0 0.42
HSL 191.37º 0.47% 0.4% -
HSV(B) 191.37º 0.64% 0.58% -
XYZ 15.06 19.19 31.34 -
YUV 110.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 54 131 149 0.64 0.12 0 0.42 191.37 0.47 0.4
Hex 36 83 95 40 C 0 2A BF 2F 28
Octal 66 203 225 100 14 0 52 277 57 50
Binary 110110 10000011 10010101 1000000 1100 0 101010 10111111 101111 101000

Color Harmonies of #368395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368395

Black with #368395

Text Example


Text Example

White with #368395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368395; }

 p { color: rgb(54,131,149); }

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

background-color css

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

 a { background-color: rgb(54,131,149); }

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

border-color css

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

 span { border-color: rgb(54,131,149); }

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