Html Css Color HEX #378798 Scooter

📋 copy color: '#378798'

red 55 ◦ green 135 ◦ blue 152

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

Shades of Scooter #378798

Tints of Scooter #378798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.47%

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

R = 16.08%
G = 39.47%
B = 44.44%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#378798 (or 0x378798) is known color: Scooter. HEX triplet: 37, 87 and 98. RGB value is (55,135,152). Sum of RGB (Red+Green+Blue) = 55+135+152=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #378798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378798 is #C87867. Grayscale: #707070. Windows color (decimal): -13138024 or 9996087. OLE color: 9996087.

HSL color Cylindrical-coordinate representation of color #378798: hue angle of 190.52º 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 #378798 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 135 152 -
CMYK 0.64 0.11 0 0.40
HSL 190.52º 0.47% 0.41% -
HSV(B) 190.52º 0.64% 0.6% -
XYZ 15.91 20.41 32.81 -
YUV 113.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 55 135 152 0.64 0.11 0 0.40 190.52 0.47 0.41
Hex 37 87 98 40 B 0 28 BF 2F 29
Octal 67 207 230 100 13 0 50 277 57 51
Binary 110111 10000111 10011000 1000000 1011 0 101000 10111111 101111 101001

Color Harmonies of #378798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378798

Black with #378798

Text Example


Text Example

White with #378798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378798; }

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

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

background-color css

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

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

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

border-color css

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

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

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