Html Css Color HEX #344362 Gulf Blue

📋 copy color: '#344362'

red 52 ◦ green 67 ◦ blue 98

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

Shades of Gulf Blue #344362

Tints of Gulf Blue #344362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

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

R = 23.96%
G = 30.88%
B = 45.16%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344362 (or 0x344362) is known color: Gulf Blue. HEX triplet: 34, 43 and 62. RGB value is (52,67,98). Sum of RGB (Red+Green+Blue) = 52+67+98=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #344362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344362 is #CBBC9D. Grayscale: #414141. Windows color (decimal): -13352094 or 6439732. OLE color: 6439732.

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

Color convert

RGB 52 67 98 -
CMYK 0.47 0.32 0 0.62
HSL 220.43º 0.31% 0.29% -
HSV(B) 220.43º 0.47% 0.38% -
XYZ 5.63 5.63 12.34 -
YUV 66.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 52 67 98 0.47 0.32 0 0.62 220.43 0.31 0.29
Hex 34 43 62 2F 20 0 3E DC 1F 1D
Octal 64 103 142 57 40 0 76 334 37 35
Binary 110100 1000011 1100010 101111 100000 0 111110 11011100 11111 11101

Color Harmonies of #344362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344362

Black with #344362

Text Example


Text Example

White with #344362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344362; }

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

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

background-color css

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

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

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

border-color css

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

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

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