Html Css Color HEX #404360 Port Gore

📋 copy color: '#404360'

red 64 ◦ green 67 ◦ blue 96

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

Shades of Port Gore #404360

Tints of Port Gore #404360

RGB

 RED value IS 64 (25.39% from 255) = 28.19%

 GREEN value IS 67 (26.56% from 255) = 29.52%

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 28.19%
G = 29.52%
B = 42.29%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404360 (or 0x404360) is known color: Port Gore. HEX triplet: 40, 43 and 60. RGB value is (64,67,96). Sum of RGB (Red+Green+Blue) = 64+67+96=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #404360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404360 is #BFBC9F. Grayscale: #454545. Windows color (decimal): -12565664 or 6308672. OLE color: 6308672.

HSL color Cylindrical-coordinate representation of color #404360: hue angle of 234.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404360 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 67 96 -
CMYK 0.33 0.30 0 0.62
HSL 234.38º 0.2% 0.31% -
HSV(B) 234.38º 0.33% 0.38% -
XYZ 6.23 5.95 11.89 -
YUV 69.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 64 67 96 0.33 0.30 0 0.62 234.38 0.2 0.31
Hex 40 43 60 21 1E 0 3E EA 14 1F
Octal 100 103 140 41 36 0 76 352 24 37
Binary 1000000 1000011 1100000 100001 11110 0 111110 11101010 10100 11111

Color Harmonies of #404360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404360

Black with #404360

Text Example


Text Example

White with #404360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404360; }

 p { color: rgb(64,67,96); }

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

background-color css

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

 a { background-color: rgb(64,67,96); }

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

border-color css

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

 span { border-color: rgb(64,67,96); }

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