Html Css Color HEX #383D6B Port Gore

📋 copy color: '#383D6B'

red 56 ◦ green 61 ◦ blue 107

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

Shades of Port Gore #383D6B

Tints of Port Gore #383D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

 BLUE value IS 107 (42.19% from 255) = 47.77%

R = 25%
G = 27.23%
B = 47.77%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#383D6B (or 0x383D6B) is known color: Port Gore. HEX triplet: 38, 3D and 6B. RGB value is (56,61,107). Sum of RGB (Red+Green+Blue) = 56+61+107=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #383D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D6B is #C7C294. Grayscale: #404040. Windows color (decimal): -13091477 or 7028024. OLE color: 7028024.

HSL color Cylindrical-coordinate representation of color #383D6B: hue angle of 234.12º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #383D6B is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 61 107 -
CMYK 0.48 0.43 0 0.58
HSL 234.12º 0.31% 0.32% -
HSV(B) 234.12º 0.48% 0.42% -
XYZ 5.95 5.24 14.61 -
YUV 64.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 56 61 107 0.48 0.43 0 0.58 234.12 0.31 0.32
Hex 38 3D 6B 30 2B 0 3A EA 1F 20
Octal 70 75 153 60 53 0 72 352 37 40
Binary 111000 111101 1101011 110000 101011 0 111010 11101010 11111 100000

Color Harmonies of #383D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D6B

Black with #383D6B

Text Example


Text Example

White with #383D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,61,107); }

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

background-color css

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

 a { background-color: rgb(56,61,107); }

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

border-color css

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

 span { border-color: rgb(56,61,107); }

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