Html Css Color HEX #38899B Scooter

📋 copy color: '#38899B'

red 56 ◦ green 137 ◦ blue 155

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

Shades of Scooter #38899B

Tints of Scooter #38899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

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

R = 16.09%
G = 39.37%
B = 44.54%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38899B (or 0x38899B) is known color: Scooter. HEX triplet: 38, 89 and 9B. RGB value is (56,137,155). Sum of RGB (Red+Green+Blue) = 56+137+155=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #38899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38899B is #C77664. Grayscale: #727272. Windows color (decimal): -13071973 or 10193208. OLE color: 10193208.

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

Color convert

RGB 56 137 155 -
CMYK 0.64 0.12 0 0.39
HSL 190.91º 0.47% 0.41% -
HSV(B) 190.91º 0.64% 0.61% -
XYZ 16.49 21.1 34.21 -
YUV 114.83 150.66 86.04 -
System Red Green Blue C M Y K H S L
Decimal 56 137 155 0.64 0.12 0 0.39 190.91 0.47 0.41
Hex 38 89 9B 40 C 0 27 BF 2F 29
Octal 70 211 233 100 14 0 47 277 57 51
Binary 111000 10001001 10011011 1000000 1100 0 100111 10111111 101111 101001

Color Harmonies of #38899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38899B

Black with #38899B

Text Example


Text Example

White with #38899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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