Html Css Color HEX #383F69 Port Gore

📋 copy color: '#383F69'

red 56 ◦ green 63 ◦ blue 105

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

Shades of Port Gore #383F69

Tints of Port Gore #383F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.88%

R = 25%
G = 28.13%
B = 46.88%

CMYK

 C value IS 0.47

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#383F69 (or 0x383F69) is known color: Port Gore. HEX triplet: 38, 3F and 69. RGB value is (56,63,105). Sum of RGB (Red+Green+Blue) = 56+63+105=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #383F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F69 is #C7C096. Grayscale: #414141. Windows color (decimal): -13090967 or 6897464. OLE color: 6897464.

HSL color Cylindrical-coordinate representation of color #383F69: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383F69 is Cyan = 0.47, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 63 105 -
CMYK 0.47 0.4 0 0.59
HSL 231.43º 0.3% 0.32% -
HSV(B) 231.43º 0.47% 0.41% -
XYZ 5.96 5.42 14.1 -
YUV 65.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 56 63 105 0.47 0.4 0 0.59 231.43 0.3 0.32
Hex 38 3F 69 2F 28 0 3B E7 1E 20
Octal 70 77 151 57 50 0 73 347 36 40
Binary 111000 111111 1101001 101111 101000 0 111011 11100111 11110 100000

Color Harmonies of #383F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F69

Black with #383F69

Text Example


Text Example

White with #383F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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