Html Css Color HEX #368C99 Scooter

📋 copy color: '#368C99'

red 54 ◦ green 140 ◦ blue 153

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

Shades of Scooter #368C99

Tints of Scooter #368C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 15.56%
G = 40.35%
B = 44.09%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#368C99 (or 0x368C99) is known color: Scooter. HEX triplet: 36, 8C and 99. RGB value is (54,140,153). Sum of RGB (Red+Green+Blue) = 54+140+153=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #368C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C99 is #C97366. Grayscale: #737373. Windows color (decimal): -13202279 or 10062902. OLE color: 10062902.

HSL color Cylindrical-coordinate representation of color #368C99: hue angle of 187.88º 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 #368C99 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 140 153 -
CMYK 0.65 0.08 0 0.4
HSL 187.88º 0.48% 0.41% -
HSV(B) 187.88º 0.65% 0.6% -
XYZ 16.65 21.84 33.48 -
YUV 115.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 54 140 153 0.65 0.08 0 0.4 187.88 0.48 0.41
Hex 36 8C 99 41 8 0 28 BC 30 29
Octal 66 214 231 101 10 0 50 274 60 51
Binary 110110 10001100 10011001 1000001 1000 0 101000 10111100 110000 101001

Color Harmonies of #368C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368C99

Black with #368C99

Text Example


Text Example

White with #368C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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