Html Css Color HEX #3B4465 Port Gore

📋 copy color: '#3B4465'

red 59 ◦ green 68 ◦ blue 101

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

Shades of Port Gore #3B4465

Tints of Port Gore #3B4465

RGB

 RED value IS 59 (23.44% from 255) = 25.88%

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

 BLUE value IS 101 (39.84% from 255) = 44.3%

R = 25.88%
G = 29.82%
B = 44.3%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3B4465 (or 0x3B4465) is known color: Port Gore. HEX triplet: 3B, 44 and 65. RGB value is (59,68,101). Sum of RGB (Red+Green+Blue) = 59+68+101=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B4465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4465 is #C4BB9A. Grayscale: #444444. Windows color (decimal): -12893083 or 6636603. OLE color: 6636603.

HSL color Cylindrical-coordinate representation of color #3B4465: hue angle of 227.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B4465 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 59 68 101 -
CMYK 0.42 0.33 0 0.60
HSL 227.14º 0.26% 0.31% -
HSV(B) 227.14º 0.42% 0.4% -
XYZ 6.22 6 13.14 -
YUV 69.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 59 68 101 0.42 0.33 0 0.60 227.14 0.26 0.31
Hex 3B 44 65 2A 21 0 3C E3 1A 1F
Octal 73 104 145 52 41 0 74 343 32 37
Binary 111011 1000100 1100101 101010 100001 0 111100 11100011 11010 11111

Color Harmonies of #3B4465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4465

Black with #3B4465

Text Example


Text Example

White with #3B4465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4465; }

 p { color: rgb(59,68,101); }

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

background-color css

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

 a { background-color: rgb(59,68,101); }

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

border-color css

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

 span { border-color: rgb(59,68,101); }

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