Html Css Color HEX #38949B Scooter

📋 copy color: '#38949B'

red 56 ◦ green 148 ◦ blue 155

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

Shades of Scooter #38949B

Tints of Scooter #38949B

RGB

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

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

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

R = 15.6%
G = 41.23%
B = 43.18%

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

#38949B (or 0x38949B) is known color: Scooter. HEX triplet: 38, 94 and 9B. RGB value is (56,148,155). Sum of RGB (Red+Green+Blue) = 56+148+155=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #38949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38949B is #C76B64. Grayscale: #797979. Windows color (decimal): -13069157 or 10196024. OLE color: 10196024.

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

Color convert

RGB 56 148 155 -
CMYK 0.64 0.05 0 0.39
HSL 184.24º 0.47% 0.41% -
HSV(B) 184.24º 0.64% 0.61% -
XYZ 18.14 24.39 34.76 -
YUV 121.29 147.02 81.43 -
System Red Green Blue C M Y K H S L
Decimal 56 148 155 0.64 0.05 0 0.39 184.24 0.47 0.41
Hex 38 94 9B 40 5 0 27 B8 2F 29
Octal 70 224 233 100 5 0 47 270 57 51
Binary 111000 10010100 10011011 1000000 101 0 100111 10111000 101111 101001

Color Harmonies of #38949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38949B

Black with #38949B

Text Example


Text Example

White with #38949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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