Html Css Color HEX #388FA4 Scooter

📋 copy color: '#388FA4'

red 56 ◦ green 143 ◦ blue 164

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

Shades of Scooter #388FA4

Tints of Scooter #388FA4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.39%

 BLUE value IS 164 (64.45% from 255) = 45.18%

R = 15.43%
G = 39.39%
B = 45.18%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#388FA4 (or 0x388FA4) is known color: Scooter. HEX triplet: 38, 8F and A4. RGB value is (56,143,164). Sum of RGB (Red+Green+Blue) = 56+143+164=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #388FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388FA4 is #C7705B. Grayscale: #777777. Windows color (decimal): -13070428 or 10784568. OLE color: 10784568.

HSL color Cylindrical-coordinate representation of color #388FA4: hue angle of 191.67º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #388FA4 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 143 164 -
CMYK 0.66 0.13 0 0.36
HSL 191.67º 0.49% 0.43% -
HSV(B) 191.67º 0.66% 0.64% -
XYZ 18.15 23.17 38.64 -
YUV 119.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 56 143 164 0.66 0.13 0 0.36 191.67 0.49 0.43
Hex 38 8F A4 42 D 0 24 C0 31 2B
Octal 70 217 244 102 15 0 44 300 61 53
Binary 111000 10001111 10100100 1000010 1101 0 100100 11000000 110001 101011

Color Harmonies of #388FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FA4

Black with #388FA4

Text Example


Text Example

White with #388FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388FA4; }

 p { color: rgb(56,143,164); }

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

background-color css

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

 a { background-color: rgb(56,143,164); }

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

border-color css

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

 span { border-color: rgb(56,143,164); }

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