Html Css Color HEX #368296 Scooter

📋 copy color: '#368296'

red 54 ◦ green 130 ◦ blue 150

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

Shades of Scooter #368296

Tints of Scooter #368296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.92%

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 16.17%
G = 38.92%
B = 44.91%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#368296 (or 0x368296) is known color: Scooter. HEX triplet: 36, 82 and 96. RGB value is (54,130,150). Sum of RGB (Red+Green+Blue) = 54+130+150=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #368296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368296 is #C97D69. Grayscale: #6D6D6D. Windows color (decimal): -13204842 or 9863734. OLE color: 9863734.

HSL color Cylindrical-coordinate representation of color #368296: hue angle of 192.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368296 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 130 150 -
CMYK 0.64 0.13 0 0.41
HSL 192.5º 0.47% 0.4% -
HSV(B) 192.5º 0.64% 0.59% -
XYZ 15.01 18.95 31.72 -
YUV 109.56 150.82 88.37 -
System Red Green Blue C M Y K H S L
Decimal 54 130 150 0.64 0.13 0 0.41 192.5 0.47 0.4
Hex 36 82 96 40 D 0 29 C0 2F 28
Octal 66 202 226 100 15 0 51 300 57 50
Binary 110110 10000010 10010110 1000000 1101 0 101001 11000000 101111 101000

Color Harmonies of #368296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368296

Black with #368296

Text Example


Text Example

White with #368296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368296; }

 p { color: rgb(54,130,150); }

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

background-color css

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

 a { background-color: rgb(54,130,150); }

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

border-color css

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

 span { border-color: rgb(54,130,150); }

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