Html Css Color HEX #383C69 Port Gore

📋 copy color: '#383C69'

red 56 ◦ green 60 ◦ blue 105

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

Shades of Port Gore #383C69

Tints of Port Gore #383C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.15%

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

R = 25.34%
G = 27.15%
B = 47.51%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#383C69 (or 0x383C69) is known color: Port Gore. HEX triplet: 38, 3C and 69. RGB value is (56,60,105). Sum of RGB (Red+Green+Blue) = 56+60+105=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #383C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C69 is #C7C396. Grayscale: #3F3F3F. Windows color (decimal): -13091735 or 6896696. OLE color: 6896696.

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

Color convert

RGB 56 60 105 -
CMYK 0.47 0.43 0 0.59
HSL 235.1º 0.3% 0.32% -
HSV(B) 235.1º 0.47% 0.41% -
XYZ 5.8 5.09 14.04 -
YUV 63.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 56 60 105 0.47 0.43 0 0.59 235.1 0.3 0.32
Hex 38 3C 69 2F 2B 0 3B EB 1E 20
Octal 70 74 151 57 53 0 73 353 36 40
Binary 111000 111100 1101001 101111 101011 0 111011 11101011 11110 100000

Color Harmonies of #383C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C69

Black with #383C69

Text Example


Text Example

White with #383C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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