Html Css Color HEX #368598 Scooter

📋 copy color: '#368598'

red 54 ◦ green 133 ◦ blue 152

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

Shades of Scooter #368598

Tints of Scooter #368598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.23%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 15.93%
G = 39.23%
B = 44.84%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#368598 (or 0x368598) is known color: Scooter. HEX triplet: 36, 85 and 98. RGB value is (54,133,152). Sum of RGB (Red+Green+Blue) = 54+133+152=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #368598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368598 is #C97A67. Grayscale: #6F6F6F. Windows color (decimal): -13204072 or 9995574. OLE color: 9995574.

HSL color Cylindrical-coordinate representation of color #368598: hue angle of 191.63º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368598 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 133 152 -
CMYK 0.64 0.13 0 0.40
HSL 191.63º 0.48% 0.4% -
HSV(B) 191.63º 0.64% 0.6% -
XYZ 15.58 19.83 32.71 -
YUV 111.55 150.83 86.96 -
System Red Green Blue C M Y K H S L
Decimal 54 133 152 0.64 0.13 0 0.40 191.63 0.48 0.4
Hex 36 85 98 40 D 0 28 C0 30 28
Octal 66 205 230 100 15 0 50 300 60 50
Binary 110110 10000101 10011000 1000000 1101 0 101000 11000000 110000 101000

Color Harmonies of #368598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368598

Black with #368598

Text Example


Text Example

White with #368598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368598; }

 p { color: rgb(54,133,152); }

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

background-color css

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

 a { background-color: rgb(54,133,152); }

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

border-color css

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

 span { border-color: rgb(54,133,152); }

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