Html Css Color HEX #38949C Scooter

📋 copy color: '#38949C'

red 56 ◦ green 148 ◦ blue 156

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

Shades of Scooter #38949C

Tints of Scooter #38949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.11%

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 15.56%
G = 41.11%
B = 43.33%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38949C (or 0x38949C) is known color: Scooter. HEX triplet: 38, 94 and 9C. RGB value is (56,148,156). Sum of RGB (Red+Green+Blue) = 56+148+156=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #38949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38949C is #C76B63. Grayscale: #797979. Windows color (decimal): -13069156 or 10261560. OLE color: 10261560.

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

Color convert

RGB 56 148 156 -
CMYK 0.64 0.05 0 0.39
HSL 184.8º 0.47% 0.42% -
HSV(B) 184.8º 0.64% 0.61% -
XYZ 18.22 24.42 35.21 -
YUV 121.4 147.52 81.35 -
System Red Green Blue C M Y K H S L
Decimal 56 148 156 0.64 0.05 0 0.39 184.8 0.47 0.42
Hex 38 94 9C 40 5 0 27 B9 2F 2A
Octal 70 224 234 100 5 0 47 271 57 52
Binary 111000 10010100 10011100 1000000 101 0 100111 10111001 101111 101010

Color Harmonies of #38949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38949C

Black with #38949C

Text Example


Text Example

White with #38949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38949C; }

 p { color: rgb(56,148,156); }

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

background-color css

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

 a { background-color: rgb(56,148,156); }

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

border-color css

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

 span { border-color: rgb(56,148,156); }

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