Html Css Color HEX #343F5C Gulf Blue

📋 copy color: '#343F5C'

red 52 ◦ green 63 ◦ blue 92

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

Shades of Gulf Blue #343F5C

Tints of Gulf Blue #343F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 25.12%
G = 30.43%
B = 44.44%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#343F5C (or 0x343F5C) is known color: Gulf Blue. HEX triplet: 34, 3F and 5C. RGB value is (52,63,92). Sum of RGB (Red+Green+Blue) = 52+63+92=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #343F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F5C is #CBC0A3. Grayscale: #3E3E3E. Windows color (decimal): -13353124 or 6045492. OLE color: 6045492.

HSL color Cylindrical-coordinate representation of color #343F5C: hue angle of 223.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #343F5C is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 63 92 -
CMYK 0.43 0.32 0 0.64
HSL 223.5º 0.28% 0.28% -
HSV(B) 223.5º 0.43% 0.36% -
XYZ 5.13 5.06 10.83 -
YUV 63.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 52 63 92 0.43 0.32 0 0.64 223.5 0.28 0.28
Hex 34 3F 5C 2B 20 0 40 E0 1C 1C
Octal 64 77 134 53 40 0 100 340 34 34
Binary 110100 111111 1011100 101011 100000 0 1000000 11100000 11100 11100

Color Harmonies of #343F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F5C

Black with #343F5C

Text Example


Text Example

White with #343F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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