Html Css Color HEX #38959B Scooter

📋 copy color: '#38959B'

red 56 ◦ green 149 ◦ blue 155

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

Shades of Scooter #38959B

Tints of Scooter #38959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.39%

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

R = 15.56%
G = 41.39%
B = 43.06%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38959B (or 0x38959B) is known color: Scooter. HEX triplet: 38, 95 and 9B. RGB value is (56,149,155). Sum of RGB (Red+Green+Blue) = 56+149+155=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #38959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38959B is #C76A64. Grayscale: #797979. Windows color (decimal): -13068901 or 10196280. OLE color: 10196280.

HSL color Cylindrical-coordinate representation of color #38959B: hue angle of 183.64º 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 #38959B is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 149 155 -
CMYK 0.64 0.04 0 0.39
HSL 183.64º 0.47% 0.41% -
HSV(B) 183.64º 0.64% 0.61% -
XYZ 18.29 24.7 34.81 -
YUV 121.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 56 149 155 0.64 0.04 0 0.39 183.64 0.47 0.41
Hex 38 95 9B 40 4 0 27 B8 2F 29
Octal 70 225 233 100 4 0 47 270 57 51
Binary 111000 10010101 10011011 1000000 100 0 100111 10111000 101111 101001

Color Harmonies of #38959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38959B

Black with #38959B

Text Example


Text Example

White with #38959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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