Html Css Color HEX #38889C Scooter

📋 copy color: '#38889C'

red 56 ◦ green 136 ◦ blue 156

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

Shades of Scooter #38889C

Tints of Scooter #38889C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

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

R = 16.09%
G = 39.08%
B = 44.83%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38889C (or 0x38889C) is known color: Scooter. HEX triplet: 38, 88 and 9C. RGB value is (56,136,156). Sum of RGB (Red+Green+Blue) = 56+136+156=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #38889C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38889C is #C77763. Grayscale: #727272. Windows color (decimal): -13072228 or 10258488. OLE color: 10258488.

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

Color convert

RGB 56 136 156 -
CMYK 0.64 0.13 0 0.39
HSL 192º 0.47% 0.42% -
HSV(B) 192º 0.64% 0.61% -
XYZ 16.44 20.85 34.61 -
YUV 114.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 56 136 156 0.64 0.13 0 0.39 192 0.47 0.42
Hex 38 88 9C 40 D 0 27 C0 2F 2A
Octal 70 210 234 100 15 0 47 300 57 52
Binary 111000 10001000 10011100 1000000 1101 0 100111 11000000 101111 101010

Color Harmonies of #38889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38889C

Black with #38889C

Text Example


Text Example

White with #38889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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