Html Css Color HEX #3D4762 Gulf Blue

📋 copy color: '#3D4762'

red 61 ◦ green 71 ◦ blue 98

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

Shades of Gulf Blue #3D4762

Tints of Gulf Blue #3D4762

RGB

 RED value IS 61 (24.22% from 255) = 26.52%

 GREEN value IS 71 (28.13% from 255) = 30.87%

 BLUE value IS 98 (38.67% from 255) = 42.61%

R = 26.52%
G = 30.87%
B = 42.61%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3D4762 (or 0x3D4762) is known color: Gulf Blue. HEX triplet: 3D, 47 and 62. RGB value is (61,71,98). Sum of RGB (Red+Green+Blue) = 61+71+98=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D4762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4762 is #C2B89D. Grayscale: #464646. Windows color (decimal): -12761246 or 6440765. OLE color: 6440765.

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

Color convert

RGB 61 71 98 -
CMYK 0.38 0.28 0 0.62
HSL 223.78º 0.23% 0.31% -
HSV(B) 223.78º 0.38% 0.38% -
XYZ 6.38 6.38 12.45 -
YUV 71.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 61 71 98 0.38 0.28 0 0.62 223.78 0.23 0.31
Hex 3D 47 62 26 1C 0 3E E0 17 1F
Octal 75 107 142 46 34 0 76 340 27 37
Binary 111101 1000111 1100010 100110 11100 0 111110 11100000 10111 11111

Color Harmonies of #3D4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4762

Black with #3D4762

Text Example


Text Example

White with #3D4762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,71,98); }

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

background-color css

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

 a { background-color: rgb(61,71,98); }

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

border-color css

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

 span { border-color: rgb(61,71,98); }

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