Html Css Color HEX #383F6C Port Gore

📋 copy color: '#383F6C'

red 56 ◦ green 63 ◦ blue 108

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

Shades of Port Gore #383F6C

Tints of Port Gore #383F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 24.67%
G = 27.75%
B = 47.58%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#383F6C (or 0x383F6C) is known color: Port Gore. HEX triplet: 38, 3F and 6C. RGB value is (56,63,108). Sum of RGB (Red+Green+Blue) = 56+63+108=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #383F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F6C is #C7C093. Grayscale: #414141. Windows color (decimal): -13090964 or 7094072. OLE color: 7094072.

HSL color Cylindrical-coordinate representation of color #383F6C: hue angle of 231.92º degrees, saturation: 0.32, 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 #383F6C is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 63 108 -
CMYK 0.48 0.42 0 0.58
HSL 231.92º 0.32% 0.32% -
HSV(B) 231.92º 0.48% 0.42% -
XYZ 6.12 5.48 14.92 -
YUV 66.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 56 63 108 0.48 0.42 0 0.58 231.92 0.32 0.32
Hex 38 3F 6C 30 2A 0 3A E8 20 20
Octal 70 77 154 60 52 0 72 350 40 40
Binary 111000 111111 1101100 110000 101010 0 111010 11101000 100000 100000

Color Harmonies of #383F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F6C

Black with #383F6C

Text Example


Text Example

White with #383F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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