Html Css Color HEX #3B4865 Gulf Blue

📋 copy color: '#3B4865'

red 59 ◦ green 72 ◦ blue 101

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

Shades of Gulf Blue #3B4865

Tints of Gulf Blue #3B4865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

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

R = 25.43%
G = 31.03%
B = 43.53%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3B4865 (or 0x3B4865) is known color: Gulf Blue. HEX triplet: 3B, 48 and 65. RGB value is (59,72,101). Sum of RGB (Red+Green+Blue) = 59+72+101=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B4865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4865 is #C4B79A. Grayscale: #474747. Windows color (decimal): -12892059 or 6637627. OLE color: 6637627.

HSL color Cylindrical-coordinate representation of color #3B4865: hue angle of 221.43º 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 #3B4865 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 59 72 101 -
CMYK 0.42 0.29 0 0.60
HSL 221.43º 0.26% 0.31% -
HSV(B) 221.43º 0.42% 0.4% -
XYZ 6.47 6.5 13.23 -
YUV 71.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 59 72 101 0.42 0.29 0 0.60 221.43 0.26 0.31
Hex 3B 48 65 2A 1D 0 3C DD 1A 1F
Octal 73 110 145 52 35 0 74 335 32 37
Binary 111011 1001000 1100101 101010 11101 0 111100 11011101 11010 11111

Color Harmonies of #3B4865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4865

Black with #3B4865

Text Example


Text Example

White with #3B4865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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