Html Css Color HEX #344462 Gulf Blue

📋 copy color: '#344462'

red 52 ◦ green 68 ◦ blue 98

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

Shades of Gulf Blue #344462

Tints of Gulf Blue #344462

RGB

 RED value IS 52 (20.7% 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 value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344462 (or 0x344462) is known color: 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

RGB 52 68 98 -
CMYK 0.47 0.31 0 0.62
HSL 219.13º 0.31% 0.29% -
HSV(B) 219.13º 0.47% 0.38% -
XYZ 5.69 5.75 12.36 -
YUV 66.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 52 68 98 0.47 0.31 0 0.62 219.13 0.31 0.29
Hex 34 44 62 2F 1F 0 3E DB 1F 1D
Octal 64 104 142 57 37 0 76 333 37 35
Binary 110100 1000100 1100010 101111 11111 0 111110 11011011 11111 11101

Color Harmonies of #344462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344462

Black with #344462

Text Example


Text Example

White with #344462

Text Example


Text Example

HTML Codes & Css Web 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>