Html Css Color HEX #368E9A Scooter

📋 copy color: '#368E9A'

red 54 ◦ green 142 ◦ blue 154

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

Shades of Scooter #368E9A

Tints of Scooter #368E9A

RGB

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

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

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

R = 15.43%
G = 40.57%
B = 44%

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

#368E9A (or 0x368E9A) is known color: Scooter. HEX triplet: 36, 8E and 9A. RGB value is (54,142,154). Sum of RGB (Red+Green+Blue) = 54+142+154=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #368E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E9A is #C97165. Grayscale: #747474. Windows color (decimal): -13201766 or 10128950. OLE color: 10128950.

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

Color convert

RGB 54 142 154 -
CMYK 0.65 0.08 0 0.40
HSL 187.2º 0.48% 0.41% -
HSV(B) 187.2º 0.65% 0.6% -
XYZ 17.03 22.46 34.01 -
YUV 117.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 54 142 154 0.65 0.08 0 0.40 187.2 0.48 0.41
Hex 36 8E 9A 41 8 0 28 BB 30 29
Octal 66 216 232 101 10 0 50 273 60 51
Binary 110110 10001110 10011010 1000001 1000 0 101000 10111011 110000 101001

Color Harmonies of #368E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368E9A

Black with #368E9A

Text Example


Text Example

White with #368E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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