Html Css Color HEX #383E6C Port Gore

📋 copy color: '#383E6C'

red 56 ◦ green 62 ◦ blue 108

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

Shades of Port Gore #383E6C

Tints of Port Gore #383E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.43%

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

R = 24.78%
G = 27.43%
B = 47.79%

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

#383E6C (or 0x383E6C) is known color: Port Gore. HEX triplet: 38, 3E and 6C. RGB value is (56,62,108). Sum of RGB (Red+Green+Blue) = 56+62+108=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #383E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E6C is #C7C193. Grayscale: #414141. Windows color (decimal): -13091220 or 7093816. OLE color: 7093816.

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

Color convert

RGB 56 62 108 -
CMYK 0.48 0.43 0 0.58
HSL 233.08º 0.32% 0.32% -
HSV(B) 233.08º 0.48% 0.42% -
XYZ 6.06 5.37 14.9 -
YUV 65.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 56 62 108 0.48 0.43 0 0.58 233.08 0.32 0.32
Hex 38 3E 6C 30 2B 0 3A E9 20 20
Octal 70 76 154 60 53 0 72 351 40 40
Binary 111000 111110 1101100 110000 101011 0 111010 11101001 100000 100000

Color Harmonies of #383E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E6C

Black with #383E6C

Text Example


Text Example

White with #383E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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