Html Css Color HEX #368299 Scooter

📋 copy color: '#368299'

red 54 ◦ green 130 ◦ blue 153

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

Shades of Scooter #368299

Tints of Scooter #368299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 16.02%
G = 38.58%
B = 45.4%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#368299 (or 0x368299) is known color: Scooter. HEX triplet: 36, 82 and 99. RGB value is (54,130,153). Sum of RGB (Red+Green+Blue) = 54+130+153=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #368299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368299 is #C97D66. Grayscale: #6D6D6D. Windows color (decimal): -13204839 or 10060342. OLE color: 10060342.

HSL color Cylindrical-coordinate representation of color #368299: hue angle of 193.94º 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 #368299 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 130 153 -
CMYK 0.65 0.15 0 0.4
HSL 193.94º 0.48% 0.41% -
HSV(B) 193.94º 0.65% 0.6% -
XYZ 15.25 19.05 33.01 -
YUV 109.9 152.32 88.13 -
System Red Green Blue C M Y K H S L
Decimal 54 130 153 0.65 0.15 0 0.4 193.94 0.48 0.41
Hex 36 82 99 41 F 0 28 C2 30 29
Octal 66 202 231 101 17 0 50 302 60 51
Binary 110110 10000010 10011001 1000001 1111 0 101000 11000010 110000 101001

Color Harmonies of #368299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368299

Black with #368299

Text Example


Text Example

White with #368299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368299; }

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

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

background-color css

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

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

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

border-color css

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

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

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