Html Css Color HEX #368CA7 Scooter

📋 copy color: '#368CA7'

red 54 ◦ green 140 ◦ blue 167

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

Shades of Scooter #368CA7

Tints of Scooter #368CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.26%

R = 14.96%
G = 38.78%
B = 46.26%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#368CA7 (or 0x368CA7) is known color: Scooter. HEX triplet: 36, 8C and A7. RGB value is (54,140,167). Sum of RGB (Red+Green+Blue) = 54+140+167=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #368CA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368CA7 is #C97358. Grayscale: #757575. Windows color (decimal): -13202265 or 10980406. OLE color: 10980406.

HSL color Cylindrical-coordinate representation of color #368CA7: hue angle of 194.34º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #368CA7 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 140 167 -
CMYK 0.68 0.16 0 0.35
HSL 194.34º 0.51% 0.43% -
HSV(B) 194.34º 0.68% 0.65% -
XYZ 17.87 22.33 39.93 -
YUV 117.36 156.01 82.8 -
System Red Green Blue C M Y K H S L
Decimal 54 140 167 0.68 0.16 0 0.35 194.34 0.51 0.43
Hex 36 8C A7 44 10 0 23 C2 33 2B
Octal 66 214 247 104 20 0 43 302 63 53
Binary 110110 10001100 10100111 1000100 10000 0 100011 11000010 110011 101011

Color Harmonies of #368CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368CA7

Black with #368CA7

Text Example


Text Example

White with #368CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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