Html Css Color HEX #368E9D Scooter

📋 copy color: '#368E9D'

red 54 ◦ green 142 ◦ blue 157

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

Shades of Scooter #368E9D

Tints of Scooter #368E9D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.23%

 BLUE value IS 157 (61.72% from 255) = 44.48%

R = 15.3%
G = 40.23%
B = 44.48%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#368E9D (or 0x368E9D) is known color: Scooter. HEX triplet: 36, 8E and 9D. RGB value is (54,142,157). Sum of RGB (Red+Green+Blue) = 54+142+157=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #368E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E9D is #C97162. Grayscale: #757575. Windows color (decimal): -13201763 or 10325558. OLE color: 10325558.

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

Color convert

RGB 54 142 157 -
CMYK 0.66 0.10 0 0.38
HSL 188.74º 0.49% 0.41% -
HSV(B) 188.74º 0.66% 0.62% -
XYZ 17.28 22.56 35.34 -
YUV 117.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 54 142 157 0.66 0.10 0 0.38 188.74 0.49 0.41
Hex 36 8E 9D 42 A 0 26 BD 31 29
Octal 66 216 235 102 12 0 46 275 61 51
Binary 110110 10001110 10011101 1000010 1010 0 100110 10111101 110001 101001

Color Harmonies of #368E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368E9D

Black with #368E9D

Text Example


Text Example

White with #368E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,142,157); }

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

background-color css

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

 a { background-color: rgb(54,142,157); }

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

border-color css

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

 span { border-color: rgb(54,142,157); }

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