Html Css Color HEX #38859A Scooter

📋 copy color: '#38859A'

red 56 ◦ green 133 ◦ blue 154

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

Shades of Scooter #38859A

Tints of Scooter #38859A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 16.33%
G = 38.78%
B = 44.9%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#38859A (or 0x38859A) is known color: Scooter. HEX triplet: 38, 85 and 9A. RGB value is (56,133,154). Sum of RGB (Red+Green+Blue) = 56+133+154=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #38859A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38859A is #C77A65. Grayscale: #707070. Windows color (decimal): -13072998 or 10126648. OLE color: 10126648.

HSL color Cylindrical-coordinate representation of color #38859A: hue angle of 192.86º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38859A is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 133 154 -
CMYK 0.64 0.14 0 0.40
HSL 192.86º 0.47% 0.41% -
HSV(B) 192.86º 0.64% 0.6% -
XYZ 15.85 19.95 33.59 -
YUV 112.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 56 133 154 0.64 0.14 0 0.40 192.86 0.47 0.41
Hex 38 85 9A 40 E 0 28 C1 2F 29
Octal 70 205 232 100 16 0 50 301 57 51
Binary 111000 10000101 10011010 1000000 1110 0 101000 11000001 101111 101001

Color Harmonies of #38859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38859A

Black with #38859A

Text Example


Text Example

White with #38859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38859A; }

 p { color: rgb(56,133,154); }

 H1.HeaderClassName
 {
   color: #38859A;
 }
 .AnyTagClassName
 {
   color: #38859A;
 }
</style>

background-color css

<style>
 a { background-color: #38859A; }

 a { background-color: rgb(56,133,154); }

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

border-color css

<style>
 span { border-color: #38859A; }

 span { border-color: rgb(56,133,154); }

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