Html Css Color HEX #38809C Scooter

📋 copy color: '#38809C'

red 56 ◦ green 128 ◦ blue 156

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

Shades of Scooter #38809C

Tints of Scooter #38809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

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

R = 16.47%
G = 37.65%
B = 45.88%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38809C (or 0x38809C) is known color: Scooter. HEX triplet: 38, 80 and 9C. RGB value is (56,128,156). Sum of RGB (Red+Green+Blue) = 56+128+156=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #38809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38809C is #C77F63. Grayscale: #6D6D6D. Windows color (decimal): -13074276 or 10256440. OLE color: 10256440.

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

Color convert

RGB 56 128 156 -
CMYK 0.64 0.18 0 0.39
HSL 196.8º 0.47% 0.42% -
HSV(B) 196.8º 0.64% 0.61% -
XYZ 15.35 18.68 34.25 -
YUV 109.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 56 128 156 0.64 0.18 0 0.39 196.8 0.47 0.42
Hex 38 80 9C 40 12 0 27 C5 2F 2A
Octal 70 200 234 100 22 0 47 305 57 52
Binary 111000 10000000 10011100 1000000 10010 0 100111 11000101 101111 101010

Color Harmonies of #38809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38809C

Black with #38809C

Text Example


Text Example

White with #38809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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