Html Css Color HEX #368D9A Scooter

📋 copy color: '#368D9A'

red 54 ◦ green 141 ◦ blue 154

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

Shades of Scooter #368D9A

Tints of Scooter #368D9A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.4%

 BLUE value IS 154 (60.55% from 255) = 44.13%

R = 15.47%
G = 40.4%
B = 44.13%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#368D9A (or 0x368D9A) is known color: Scooter. HEX triplet: 36, 8D and 9A. RGB value is (54,141,154). Sum of RGB (Red+Green+Blue) = 54+141+154=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #368D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D9A is #C97265. Grayscale: #747474. Windows color (decimal): -13202022 or 10128694. OLE color: 10128694.

HSL color Cylindrical-coordinate representation of color #368D9A: hue angle of 187.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #368D9A is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 141 154 -
CMYK 0.65 0.08 0 0.40
HSL 187.8º 0.48% 0.41% -
HSV(B) 187.8º 0.65% 0.6% -
XYZ 16.88 22.17 33.96 -
YUV 116.47 149.18 83.44 -
System Red Green Blue C M Y K H S L
Decimal 54 141 154 0.65 0.08 0 0.40 187.8 0.48 0.41
Hex 36 8D 9A 41 8 0 28 BC 30 29
Octal 66 215 232 101 10 0 50 274 60 51
Binary 110110 10001101 10011010 1000001 1000 0 101000 10111100 110000 101001

Color Harmonies of #368D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368D9A

Black with #368D9A

Text Example


Text Example

White with #368D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,141,154); }

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

background-color css

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

 a { background-color: rgb(54,141,154); }

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

border-color css

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

 span { border-color: rgb(54,141,154); }

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