Html Css Color HEX #383F63 Bay Of Many

📋 copy color: '#383F63'

red 56 ◦ green 63 ◦ blue 99

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

Shades of Bay Of Many #383F63

Tints of Bay Of Many #383F63

RGB

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

 GREEN value IS 63 (25% from 255) = 28.9%

 BLUE value IS 99 (39.06% from 255) = 45.41%

R = 25.69%
G = 28.9%
B = 45.41%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#383F63 (or 0x383F63) is known color: Bay Of Many. HEX triplet: 38, 3F and 63. RGB value is (56,63,99). Sum of RGB (Red+Green+Blue) = 56+63+99=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #383F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F63 is #C7C09C. Grayscale: #404040. Windows color (decimal): -13090973 or 6504248. OLE color: 6504248.

HSL color Cylindrical-coordinate representation of color #383F63: hue angle of 230.23º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383F63 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 63 99 -
CMYK 0.43 0.36 0 0.61
HSL 230.23º 0.28% 0.3% -
HSV(B) 230.23º 0.43% 0.39% -
XYZ 5.66 5.3 12.53 -
YUV 65.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 56 63 99 0.43 0.36 0 0.61 230.23 0.28 0.3
Hex 38 3F 63 2B 24 0 3D E6 1C 1E
Octal 70 77 143 53 44 0 75 346 34 36
Binary 111000 111111 1100011 101011 100100 0 111101 11100110 11100 11110

Color Harmonies of #383F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F63

Black with #383F63

Text Example


Text Example

White with #383F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383F63; }

 p { color: rgb(56,63,99); }

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

background-color css

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

 a { background-color: rgb(56,63,99); }

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

border-color css

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

 span { border-color: rgb(56,63,99); }

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