Html Css Color HEX #368F9B Scooter

📋 copy color: '#368F9B'

red 54 ◦ green 143 ◦ blue 155

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

Shades of Scooter #368F9B

Tints of Scooter #368F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.63%

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 15.34%
G = 40.63%
B = 44.03%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#368F9B (or 0x368F9B) is known color: Scooter. HEX triplet: 36, 8F and 9B. RGB value is (54,143,155). Sum of RGB (Red+Green+Blue) = 54+143+155=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #368F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368F9B is #C97064. Grayscale: #757575. Windows color (decimal): -13201509 or 10194742. OLE color: 10194742.

HSL color Cylindrical-coordinate representation of color #368F9B: hue angle of 187.13º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #368F9B is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 143 155 -
CMYK 0.65 0.08 0 0.39
HSL 187.13º 0.48% 0.41% -
HSV(B) 187.13º 0.65% 0.61% -
XYZ 17.26 22.8 34.5 -
YUV 117.76 149.01 82.52 -
System Red Green Blue C M Y K H S L
Decimal 54 143 155 0.65 0.08 0 0.39 187.13 0.48 0.41
Hex 36 8F 9B 41 8 0 27 BB 30 29
Octal 66 217 233 101 10 0 47 273 60 51
Binary 110110 10001111 10011011 1000001 1000 0 100111 10111011 110000 101001

Color Harmonies of #368F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368F9B

Black with #368F9B

Text Example


Text Example

White with #368F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,143,155); }

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

background-color css

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

 a { background-color: rgb(54,143,155); }

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

border-color css

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

 span { border-color: rgb(54,143,155); }

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