Html Css Color HEX #344062 Gulf Blue

📋 copy color: '#344062'

red 52 ◦ green 64 ◦ blue 98

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

Shades of Gulf Blue #344062

Tints of Gulf Blue #344062

RGB

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

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

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

R = 24.3%
G = 29.91%
B = 45.79%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344062 (or 0x344062) is known color: Gulf Blue. HEX triplet: 34, 40 and 62. RGB value is (52,64,98). Sum of RGB (Red+Green+Blue) = 52+64+98=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #344062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344062 is #CBBF9D. Grayscale: #404040. Windows color (decimal): -13352862 or 6438964. OLE color: 6438964.

HSL color Cylindrical-coordinate representation of color #344062: hue angle of 224.35º 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 #344062 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 64 98 -
CMYK 0.47 0.35 0 0.62
HSL 224.35º 0.31% 0.29% -
HSV(B) 224.35º 0.47% 0.38% -
XYZ 5.45 5.28 12.29 -
YUV 64.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 52 64 98 0.47 0.35 0 0.62 224.35 0.31 0.29
Hex 34 40 62 2F 23 0 3E E0 1F 1D
Octal 64 100 142 57 43 0 76 340 37 35
Binary 110100 1000000 1100010 101111 100011 0 111110 11100000 11111 11101

Color Harmonies of #344062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344062

Black with #344062

Text Example


Text Example

White with #344062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344062; }

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

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

background-color css

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

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

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

border-color css

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

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

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