Html Css Color HEX #368495 Scooter

📋 copy color: '#368495'

red 54 ◦ green 132 ◦ blue 149

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

Shades of Scooter #368495

Tints of Scooter #368495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 16.12%
G = 39.4%
B = 44.48%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#368495 (or 0x368495) is known color: Scooter. HEX triplet: 36, 84 and 95. RGB value is (54,132,149). Sum of RGB (Red+Green+Blue) = 54+132+149=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #368495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368495 is #C97B6A. Grayscale: #6E6E6E. Windows color (decimal): -13204331 or 9798710. OLE color: 9798710.

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

Color convert

RGB 54 132 149 -
CMYK 0.64 0.11 0 0.42
HSL 190.74º 0.47% 0.4% -
HSV(B) 190.74º 0.64% 0.58% -
XYZ 15.2 19.46 31.39 -
YUV 110.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 54 132 149 0.64 0.11 0 0.42 190.74 0.47 0.4
Hex 36 84 95 40 B 0 2A BF 2F 28
Octal 66 204 225 100 13 0 52 277 57 50
Binary 110110 10000100 10010101 1000000 1011 0 101010 10111111 101111 101000

Color Harmonies of #368495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368495

Black with #368495

Text Example


Text Example

White with #368495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368495; }

 p { color: rgb(54,132,149); }

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

background-color css

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

 a { background-color: rgb(54,132,149); }

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

border-color css

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

 span { border-color: rgb(54,132,149); }

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