Html Css Color HEX #368595 Scooter

📋 copy color: '#368595'

red 54 ◦ green 133 ◦ blue 149

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

Shades of Scooter #368595

Tints of Scooter #368595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.58%

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

R = 16.07%
G = 39.58%
B = 44.35%

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

#368595 (or 0x368595) is known color: Scooter. HEX triplet: 36, 85 and 95. RGB value is (54,133,149). Sum of RGB (Red+Green+Blue) = 54+133+149=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #368595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368595 is #C97A6A. Grayscale: #6F6F6F. Windows color (decimal): -13204075 or 9798966. OLE color: 9798966.

HSL color Cylindrical-coordinate representation of color #368595: hue angle of 190.11º 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 #368595 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 133 149 -
CMYK 0.64 0.11 0 0.42
HSL 190.11º 0.47% 0.4% -
HSV(B) 190.11º 0.64% 0.58% -
XYZ 15.33 19.73 31.43 -
YUV 111.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 54 133 149 0.64 0.11 0 0.42 190.11 0.47 0.4
Hex 36 85 95 40 B 0 2A BE 2F 28
Octal 66 205 225 100 13 0 52 276 57 50
Binary 110110 10000101 10010101 1000000 1011 0 101010 10111110 101111 101000

Color Harmonies of #368595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368595

Black with #368595

Text Example


Text Example

White with #368595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368595; }

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

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

background-color css

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

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

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

border-color css

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

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

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