Html Css Color HEX #383F6E Port Gore

📋 copy color: '#383F6E'

red 56 ◦ green 63 ◦ blue 110

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

Shades of Port Gore #383F6E

Tints of Port Gore #383F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.03%

R = 24.45%
G = 27.51%
B = 48.03%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#383F6E (or 0x383F6E) is known color: Port Gore. HEX triplet: 38, 3F and 6E. RGB value is (56,63,110). Sum of RGB (Red+Green+Blue) = 56+63+110=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #383F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F6E is #C7C091. Grayscale: #424242. Windows color (decimal): -13090962 or 7225144. OLE color: 7225144.

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

Color convert

RGB 56 63 110 -
CMYK 0.49 0.43 0 0.57
HSL 232.22º 0.33% 0.33% -
HSV(B) 232.22º 0.49% 0.43% -
XYZ 6.22 5.52 15.49 -
YUV 66.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 56 63 110 0.49 0.43 0 0.57 232.22 0.33 0.33
Hex 38 3F 6E 31 2B 0 39 E8 21 21
Octal 70 77 156 61 53 0 71 350 41 41
Binary 111000 111111 1101110 110001 101011 0 111001 11101000 100001 100001

Color Harmonies of #383F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F6E

Black with #383F6E

Text Example


Text Example

White with #383F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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