Html Css Color HEX #378F9B Scooter

📋 copy color: '#378F9B'

red 55 ◦ green 143 ◦ blue 155

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

Shades of Scooter #378F9B

Tints of Scooter #378F9B

RGB

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

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

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

R = 15.58%
G = 40.51%
B = 43.91%

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

#378F9B (or 0x378F9B) is known color: Scooter. HEX triplet: 37, 8F and 9B. RGB value is (55,143,155). Sum of RGB (Red+Green+Blue) = 55+143+155=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #378F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378F9B is #C87064. Grayscale: #757575. Windows color (decimal): -13135973 or 10194743. OLE color: 10194743.

HSL color Cylindrical-coordinate representation of color #378F9B: hue angle of 187.2º 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 #378F9B is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 143 155 -
CMYK 0.65 0.08 0 0.39
HSL 187.2º 0.48% 0.41% -
HSV(B) 187.2º 0.65% 0.61% -
XYZ 17.31 22.82 34.5 -
YUV 118.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 55 143 155 0.65 0.08 0 0.39 187.2 0.48 0.41
Hex 37 8F 9B 41 8 0 27 BB 30 29
Octal 67 217 233 101 10 0 47 273 60 51
Binary 110111 10001111 10011011 1000001 1000 0 100111 10111011 110000 101001

Color Harmonies of #378F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378F9B

Black with #378F9B

Text Example


Text Example

White with #378F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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