Html Css Color HEX #388598 Scooter

📋 copy color: '#388598'

red 56 ◦ green 133 ◦ blue 152

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

Shades of Scooter #388598

Tints of Scooter #388598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.57%

R = 16.42%
G = 39%
B = 44.57%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#388598 (or 0x388598) is known color: Scooter. HEX triplet: 38, 85 and 98. RGB value is (56,133,152). Sum of RGB (Red+Green+Blue) = 56+133+152=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #388598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388598 is #C77A67. Grayscale: #6F6F6F. Windows color (decimal): -13073000 or 9995576. OLE color: 9995576.

HSL color Cylindrical-coordinate representation of color #388598: hue angle of 191.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388598 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 133 152 -
CMYK 0.63 0.13 0 0.40
HSL 191.88º 0.46% 0.41% -
HSV(B) 191.88º 0.63% 0.6% -
XYZ 15.69 19.88 32.72 -
YUV 112.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 56 133 152 0.63 0.13 0 0.40 191.88 0.46 0.41
Hex 38 85 98 3F D 0 28 C0 2E 29
Octal 70 205 230 77 15 0 50 300 56 51
Binary 111000 10000101 10011000 111111 1101 0 101000 11000000 101110 101001

Color Harmonies of #388598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388598

Black with #388598

Text Example


Text Example

White with #388598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388598; }

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

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

background-color css

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

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

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

border-color css

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

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

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