#344462

Color #344462 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #344462

Tints of Gulf Blue #344462

Color information

#344462 (or 0x344462) is unknown color: approx Gulf Blue. HEX triplet: 34, 44 and 62. RGB value is (52,68,98). Sum of RGB (Red+Green+Blue) = 52+68+98=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #344462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344462 is #CBBB9D. Grayscale: #424242. Windows color (decimal): -13351838 or 6439988. OLE color: 6439988.

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

Color convert

RGB526898-
CMYK0.470.3100.62
HSL219.13º30.67%29.41%-
HSV(B)219.13º46.94%38.43%-
XYZ5.695.7512.36-
YUV66.64145.7117.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=23.85%
G=31.19%
B=44.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5268980.470.3100.62219.1330.6729.41
Hex3444622F1F03Edb1f1d
Octal6410414257370763333735
Binary11010010001001100010101111111110111110110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344462; }

 p { color: rgb(52,68,98); }

 H1.HeaderClassName
 {
   color: #344462;
 }
 .AnyTagClassName
 {
   color: #344462;
 }
</style>
background-color css

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

 a { background-color: rgb(52,68,98); }

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

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

 span { border-color: rgb(52,68,98); }

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