Html Css Color HEX #343F5E Gulf Blue

📋 copy color: '#343F5E'

red 52 ◦ green 63 ◦ blue 94

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

Shades of Gulf Blue #343F5E

Tints of Gulf Blue #343F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 24.88%
G = 30.14%
B = 44.98%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#343F5E (or 0x343F5E) is known color: Gulf Blue. HEX triplet: 34, 3F and 5E. RGB value is (52,63,94). Sum of RGB (Red+Green+Blue) = 52+63+94=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #343F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F5E is #CBC0A1. Grayscale: #3F3F3F. Windows color (decimal): -13353122 or 6176564. OLE color: 6176564.

HSL color Cylindrical-coordinate representation of color #343F5E: hue angle of 224.29º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #343F5E is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 63 94 -
CMYK 0.45 0.33 0 0.63
HSL 224.29º 0.29% 0.29% -
HSV(B) 224.29º 0.45% 0.37% -
XYZ 5.21 5.09 11.3 -
YUV 63.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 52 63 94 0.45 0.33 0 0.63 224.29 0.29 0.29
Hex 34 3F 5E 2D 21 0 3F E0 1D 1D
Octal 64 77 136 55 41 0 77 340 35 35
Binary 110100 111111 1011110 101101 100001 0 111111 11100000 11101 11101

Color Harmonies of #343F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F5E

Black with #343F5E

Text Example


Text Example

White with #343F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343F5E; }

 p { color: rgb(52,63,94); }

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

background-color css

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

 a { background-color: rgb(52,63,94); }

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

border-color css

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

 span { border-color: rgb(52,63,94); }

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