Html Css Color HEX #344058 Gulf Blue

📋 copy color: '#344058'

red 52 ◦ green 64 ◦ blue 88

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

Shades of Gulf Blue #344058

Tints of Gulf Blue #344058

RGB

 RED value IS 52 (20.7% from 255) = 25.49%

 GREEN value IS 64 (25.39% from 255) = 31.37%

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 25.49%
G = 31.37%
B = 43.14%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#344058 (or 0x344058) is known color: Gulf Blue. HEX triplet: 34, 40 and 58. RGB value is (52,64,88). Sum of RGB (Red+Green+Blue) = 52+64+88=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #344058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344058 is #CBBFA7. Grayscale: #3F3F3F. Windows color (decimal): -13352872 or 5783604. OLE color: 5783604.

HSL color Cylindrical-coordinate representation of color #344058: hue angle of 220º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344058 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 64 88 -
CMYK 0.41 0.27 0 0.65
HSL 220º 0.26% 0.27% -
HSV(B) 220º 0.41% 0.35% -
XYZ 5.01 5.1 9.95 -
YUV 63.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 52 64 88 0.41 0.27 0 0.65 220 0.26 0.27
Hex 34 40 58 29 1B 0 41 DC 1A 1B
Octal 64 100 130 51 33 0 101 334 32 33
Binary 110100 1000000 1011000 101001 11011 0 1000001 11011100 11010 11011

Color Harmonies of #344058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344058

Black with #344058

Text Example


Text Example

White with #344058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344058; }

 p { color: rgb(52,64,88); }

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

background-color css

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

 a { background-color: rgb(52,64,88); }

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

border-color css

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

 span { border-color: rgb(52,64,88); }

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