#344363

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

Shades of Gulf Blue #344363

Tints of Gulf Blue #344363

Color information

#344363 (or 0x344363) is unknown color: approx Gulf Blue. HEX triplet: 34, 43 and 63. RGB value is (52,67,99). Sum of RGB (Red+Green+Blue) = 52+67+99=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #344363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344363 is #CBBC9C. Grayscale: #424242. Windows color (decimal): -13352093 or 6505268. OLE color: 6505268.

HSL color Cylindrical-coordinate representation of color #344363: hue angle of 220.85º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #344363 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB526799-
CMYK0.470.3200.61
HSL220.85º31.13%29.61%-
HSV(B)220.85º47.47%38.82%-
XYZ5.685.6512.59-
YUV66.16146.53117.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=23.85%
G=30.73%
B=45.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5267990.470.3200.61220.8531.1329.61
Hex3443632F2003Ddd1f1e
Octal6410314357400753353736
Binary110100100001111000111011111000000111101110111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344363; }

 p { color: rgb(52,67,99); }

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

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

 a { background-color: rgb(52,67,99); }

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

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

 span { border-color: rgb(52,67,99); }

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