Html Css Color HEX #378598 Scooter

📋 copy color: '#378598'

red 55 ◦ green 133 ◦ blue 152

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

Shades of Scooter #378598

Tints of Scooter #378598

RGB

 RED value IS 55 (21.88% from 255) = 16.18%

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

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

R = 16.18%
G = 39.12%
B = 44.71%

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

#378598 (or 0x378598) is known color: Scooter. HEX triplet: 37, 85 and 98. RGB value is (55,133,152). Sum of RGB (Red+Green+Blue) = 55+133+152=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #378598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378598 is #C87A67. Grayscale: #6F6F6F. Windows color (decimal): -13138536 or 9995575. OLE color: 9995575.

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

Color convert

RGB 55 133 152 -
CMYK 0.64 0.13 0 0.40
HSL 191.75º 0.47% 0.41% -
HSV(B) 191.75º 0.64% 0.6% -
XYZ 15.63 19.85 32.71 -
YUV 111.84 150.66 87.46 -
System Red Green Blue C M Y K H S L
Decimal 55 133 152 0.64 0.13 0 0.40 191.75 0.47 0.41
Hex 37 85 98 40 D 0 28 C0 2F 29
Octal 67 205 230 100 15 0 50 300 57 51
Binary 110111 10000101 10011000 1000000 1101 0 101000 11000000 101111 101001

Color Harmonies of #378598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378598

Black with #378598

Text Example


Text Example

White with #378598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378598; }

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

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

background-color css

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

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

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

border-color css

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

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

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