Html Css Color HEX #368BA8 Scooter

📋 copy color: '#368BA8'

red 54 ◦ green 139 ◦ blue 168

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

Shades of Scooter #368BA8

Tints of Scooter #368BA8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

 BLUE value IS 168 (66.02% from 255) = 46.54%

R = 14.96%
G = 38.5%
B = 46.54%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#368BA8 (or 0x368BA8) is known color: Scooter. HEX triplet: 36, 8B and A8. RGB value is (54,139,168). Sum of RGB (Red+Green+Blue) = 54+139+168=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 168 - color contains mainly: blue. Hex color #368BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368BA8 is #C97457. Grayscale: #747474. Windows color (decimal): -13202520 or 11045686. OLE color: 11045686.

HSL color Cylindrical-coordinate representation of color #368BA8: hue angle of 195.26º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #368BA8 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 54 139 168 -
CMYK 0.68 0.17 0 0.34
HSL 195.26º 0.51% 0.44% -
HSV(B) 195.26º 0.68% 0.66% -
XYZ 17.82 22.08 40.37 -
YUV 116.89 156.84 83.14 -
System Red Green Blue C M Y K H S L
Decimal 54 139 168 0.68 0.17 0 0.34 195.26 0.51 0.44
Hex 36 8B A8 44 11 0 22 C3 33 2C
Octal 66 213 250 104 21 0 42 303 63 54
Binary 110110 10001011 10101000 1000100 10001 0 100010 11000011 110011 101100

Color Harmonies of #368BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BA8

Black with #368BA8

Text Example


Text Example

White with #368BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,139,168); }

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

background-color css

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

 a { background-color: rgb(54,139,168); }

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

border-color css

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

 span { border-color: rgb(54,139,168); }

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