Html Css Color HEX #38466F Port Gore

📋 copy color: '#38466F'

red 56 ◦ green 70 ◦ blue 111

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

Shades of Port Gore #38466F

Tints of Port Gore #38466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 111 (43.75% from 255) = 46.84%

R = 23.63%
G = 29.54%
B = 46.84%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38466F (or 0x38466F) is known color: Port Gore. HEX triplet: 38, 46 and 6F. RGB value is (56,70,111). Sum of RGB (Red+Green+Blue) = 56+70+111=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #38466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38466F is #C7B990. Grayscale: #464646. Windows color (decimal): -13089169 or 7292472. OLE color: 7292472.

HSL color Cylindrical-coordinate representation of color #38466F: hue angle of 224.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38466F is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 70 111 -
CMYK 0.50 0.37 0 0.56
HSL 224.73º 0.33% 0.33% -
HSV(B) 224.73º 0.5% 0.44% -
XYZ 6.69 6.37 15.92 -
YUV 70.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 56 70 111 0.50 0.37 0 0.56 224.73 0.33 0.33
Hex 38 46 6F 32 25 0 38 E1 21 21
Octal 70 106 157 62 45 0 70 341 41 41
Binary 111000 1000110 1101111 110010 100101 0 111000 11100001 100001 100001

Color Harmonies of #38466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38466F

Black with #38466F

Text Example


Text Example

White with #38466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38466F; }

 p { color: rgb(56,70,111); }

 H1.HeaderClassName
 {
   color: #38466F;
 }
 .AnyTagClassName
 {
   color: #38466F;
 }
</style>

background-color css

<style>
 a { background-color: #38466F; }

 a { background-color: rgb(56,70,111); }

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

border-color css

<style>
 span { border-color: #38466F; }

 span { border-color: rgb(56,70,111); }

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