Html Css Color HEX #38446B Port Gore

📋 copy color: '#38446B'

red 56 ◦ green 68 ◦ blue 107

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

Shades of Port Gore #38446B

Tints of Port Gore #38446B

RGB

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

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

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

R = 24.24%
G = 29.44%
B = 46.32%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38446B (or 0x38446B) is known color: Port Gore. HEX triplet: 38, 44 and 6B. RGB value is (56,68,107). Sum of RGB (Red+Green+Blue) = 56+68+107=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #38446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38446B is #C7BB94. Grayscale: #444444. Windows color (decimal): -13089685 or 7029816. OLE color: 7029816.

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

Color convert

RGB 56 68 107 -
CMYK 0.48 0.36 0 0.58
HSL 225.88º 0.31% 0.32% -
HSV(B) 225.88º 0.48% 0.42% -
XYZ 6.35 6.04 14.74 -
YUV 68.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 56 68 107 0.48 0.36 0 0.58 225.88 0.31 0.32
Hex 38 44 6B 30 24 0 3A E2 1F 20
Octal 70 104 153 60 44 0 72 342 37 40
Binary 111000 1000100 1101011 110000 100100 0 111010 11100010 11111 100000

Color Harmonies of #38446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38446B

Black with #38446B

Text Example


Text Example

White with #38446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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