Html Css Color HEX #368D9C Scooter

📋 copy color: '#368D9C'

red 54 ◦ green 141 ◦ blue 156

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

Shades of Scooter #368D9C

Tints of Scooter #368D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 15.38%
G = 40.17%
B = 44.44%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#368D9C (or 0x368D9C) is known color: Scooter. HEX triplet: 36, 8D and 9C. RGB value is (54,141,156). Sum of RGB (Red+Green+Blue) = 54+141+156=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #368D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D9C is #C97263. Grayscale: #747474. Windows color (decimal): -13202020 or 10259766. OLE color: 10259766.

HSL color Cylindrical-coordinate representation of color #368D9C: hue angle of 188.82º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #368D9C is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 141 156 -
CMYK 0.65 0.10 0 0.39
HSL 188.82º 0.49% 0.41% -
HSV(B) 188.82º 0.65% 0.61% -
XYZ 17.05 22.23 34.85 -
YUV 116.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 54 141 156 0.65 0.10 0 0.39 188.82 0.49 0.41
Hex 36 8D 9C 41 A 0 27 BD 31 29
Octal 66 215 234 101 12 0 47 275 61 51
Binary 110110 10001101 10011100 1000001 1010 0 100111 10111101 110001 101001

Color Harmonies of #368D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368D9C

Black with #368D9C

Text Example


Text Example

White with #368D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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