Html Css Color HEX #38849C Scooter

📋 copy color: '#38849C'

red 56 ◦ green 132 ◦ blue 156

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

Shades of Scooter #38849C

Tints of Scooter #38849C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

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

R = 16.28%
G = 38.37%
B = 45.35%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38849C (or 0x38849C) is known color: Scooter. HEX triplet: 38, 84 and 9C. RGB value is (56,132,156). Sum of RGB (Red+Green+Blue) = 56+132+156=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #38849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38849C is #C77B63. Grayscale: #6F6F6F. Windows color (decimal): -13073252 or 10257464. OLE color: 10257464.

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

Color convert

RGB 56 132 156 -
CMYK 0.64 0.15 0 0.39
HSL 194.4º 0.47% 0.42% -
HSV(B) 194.4º 0.64% 0.61% -
XYZ 15.88 19.74 34.43 -
YUV 112.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 56 132 156 0.64 0.15 0 0.39 194.4 0.47 0.42
Hex 38 84 9C 40 F 0 27 C2 2F 2A
Octal 70 204 234 100 17 0 47 302 57 52
Binary 111000 10000100 10011100 1000000 1111 0 100111 11000010 101111 101010

Color Harmonies of #38849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38849C

Black with #38849C

Text Example


Text Example

White with #38849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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