Html Css Color HEX #38909C Scooter

📋 copy color: '#38909C'

red 56 ◦ green 144 ◦ blue 156

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

Shades of Scooter #38909C

Tints of Scooter #38909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

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

R = 15.73%
G = 40.45%
B = 43.82%

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

#38909C (or 0x38909C) is known color: Scooter. HEX triplet: 38, 90 and 9C. RGB value is (56,144,156). Sum of RGB (Red+Green+Blue) = 56+144+156=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #38909C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38909C is #C76F63. Grayscale: #767676. Windows color (decimal): -13070180 or 10260536. OLE color: 10260536.

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

Color convert

RGB 56 144 156 -
CMYK 0.64 0.08 0 0.39
HSL 187.2º 0.47% 0.42% -
HSV(B) 187.2º 0.64% 0.61% -
XYZ 17.6 23.19 35 -
YUV 119.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 56 144 156 0.64 0.08 0 0.39 187.2 0.47 0.42
Hex 38 90 9C 40 8 0 27 BB 2F 2A
Octal 70 220 234 100 10 0 47 273 57 52
Binary 111000 10010000 10011100 1000000 1000 0 100111 10111011 101111 101010

Color Harmonies of #38909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38909C

Black with #38909C

Text Example


Text Example

White with #38909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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