Html Css Color HEX #368CA8 Scooter

📋 copy color: '#368CA8'

red 54 ◦ green 140 ◦ blue 168

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

Shades of Scooter #368CA8

Tints of Scooter #368CA8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

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

R = 14.92%
G = 38.67%
B = 46.41%

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

#368CA8 (or 0x368CA8) is known color: Scooter. HEX triplet: 36, 8C and A8. RGB value is (54,140,168). Sum of RGB (Red+Green+Blue) = 54+140+168=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #368CA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368CA8 is #C97357. Grayscale: #757575. Windows color (decimal): -13202264 or 11045942. OLE color: 11045942.

HSL color Cylindrical-coordinate representation of color #368CA8: hue angle of 194.74º 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 #368CA8 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 54 140 168 -
CMYK 0.68 0.17 0 0.34
HSL 194.74º 0.51% 0.44% -
HSV(B) 194.74º 0.68% 0.66% -
XYZ 17.97 22.37 40.42 -
YUV 117.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 54 140 168 0.68 0.17 0 0.34 194.74 0.51 0.44
Hex 36 8C A8 44 11 0 22 C3 33 2C
Octal 66 214 250 104 21 0 42 303 63 54
Binary 110110 10001100 10101000 1000100 10001 0 100010 11000011 110011 101100

Color Harmonies of #368CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368CA8

Black with #368CA8

Text Example


Text Example

White with #368CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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