Html Css Color HEX #344363 Gulf Blue

📋 copy color: '#344363'

red 52 ◦ green 67 ◦ blue 99

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

Shades of Gulf Blue #344363

Tints of Gulf Blue #344363

RGB

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

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 52 67 99 -
CMYK 0.47 0.32 0 0.61
HSL 220.85º 0.31% 0.3% -
HSV(B) 220.85º 0.47% 0.39% -
XYZ 5.68 5.65 12.59 -
YUV 66.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 52 67 99 0.47 0.32 0 0.61 220.85 0.31 0.3
Hex 34 43 63 2F 20 0 3D DD 1F 1E
Octal 64 103 143 57 40 0 75 335 37 36
Binary 110100 1000011 1100011 101111 100000 0 111101 11011101 11111 11110

Color Harmonies of #344363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344363

Black with #344363

Text Example


Text Example

White with #344363

Text Example


Text Example

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