Html Css Color HEX #388F9B Scooter

📋 copy color: '#388F9B'

red 56 ◦ green 143 ◦ blue 155

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

Shades of Scooter #388F9B

Tints of Scooter #388F9B

RGB

 RED value IS 56 (22.27% from 255) = 15.82%

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

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

R = 15.82%
G = 40.4%
B = 43.79%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#388F9B (or 0x388F9B) is known color: Scooter. HEX triplet: 38, 8F and 9B. RGB value is (56,143,155). Sum of RGB (Red+Green+Blue) = 56+143+155=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #388F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F9B is #C77064. Grayscale: #767676. Windows color (decimal): -13070437 or 10194744. OLE color: 10194744.

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

Color convert

RGB 56 143 155 -
CMYK 0.64 0.08 0 0.39
HSL 187.27º 0.47% 0.41% -
HSV(B) 187.27º 0.64% 0.61% -
XYZ 17.37 22.85 34.51 -
YUV 118.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 56 143 155 0.64 0.08 0 0.39 187.27 0.47 0.41
Hex 38 8F 9B 40 8 0 27 BB 2F 29
Octal 70 217 233 100 10 0 47 273 57 51
Binary 111000 10001111 10011011 1000000 1000 0 100111 10111011 101111 101001

Color Harmonies of #388F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F9B

Black with #388F9B

Text Example


Text Example

White with #388F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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