Html Css Color HEX #383F6F Port Gore

📋 copy color: '#383F6F'

red 56 ◦ green 63 ◦ blue 111

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

Shades of Port Gore #383F6F

Tints of Port Gore #383F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 24.35%
G = 27.39%
B = 48.26%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383F6F (or 0x383F6F) is known color: Port Gore. HEX triplet: 38, 3F and 6F. RGB value is (56,63,111). Sum of RGB (Red+Green+Blue) = 56+63+111=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #383F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F6F is #C7C090. Grayscale: #424242. Windows color (decimal): -13090961 or 7290680. OLE color: 7290680.

HSL color Cylindrical-coordinate representation of color #383F6F: hue angle of 232.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383F6F is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 63 111 -
CMYK 0.50 0.43 0 0.56
HSL 232.36º 0.33% 0.33% -
HSV(B) 232.36º 0.5% 0.44% -
XYZ 6.28 5.54 15.78 -
YUV 66.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 56 63 111 0.50 0.43 0 0.56 232.36 0.33 0.33
Hex 38 3F 6F 32 2B 0 38 E8 21 21
Octal 70 77 157 62 53 0 70 350 41 41
Binary 111000 111111 1101111 110010 101011 0 111000 11101000 100001 100001

Color Harmonies of #383F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F6F

Black with #383F6F

Text Example


Text Example

White with #383F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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