Html Css Color HEX #38446C Port Gore

📋 copy color: '#38446C'

red 56 ◦ green 68 ◦ blue 108

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

Shades of Port Gore #38446C

Tints of Port Gore #38446C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

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

R = 24.14%
G = 29.31%
B = 46.55%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38446C (or 0x38446C) is known color: Port Gore. HEX triplet: 38, 44 and 6C. RGB value is (56,68,108). Sum of RGB (Red+Green+Blue) = 56+68+108=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #38446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38446C is #C7BB93. Grayscale: #444444. Windows color (decimal): -13089684 or 7095352. OLE color: 7095352.

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

Color convert

RGB 56 68 108 -
CMYK 0.48 0.37 0 0.58
HSL 226.15º 0.32% 0.32% -
HSV(B) 226.15º 0.48% 0.42% -
XYZ 6.4 6.06 15.02 -
YUV 68.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 56 68 108 0.48 0.37 0 0.58 226.15 0.32 0.32
Hex 38 44 6C 30 25 0 3A E2 20 20
Octal 70 104 154 60 45 0 72 342 40 40
Binary 111000 1000100 1101100 110000 100101 0 111010 11100010 100000 100000

Color Harmonies of #38446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38446C

Black with #38446C

Text Example


Text Example

White with #38446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38446C; }

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

 H1.HeaderClassName
 {
   color: #38446C;
 }
 .AnyTagClassName
 {
   color: #38446C;
 }
</style>

background-color css

<style>
 a { background-color: #38446C; }

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

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

border-color css

<style>
 span { border-color: #38446C; }

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

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