Html Css Color HEX #343F5A Gulf Blue

📋 copy color: '#343F5A'

red 52 ◦ green 63 ◦ blue 90

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

Shades of Gulf Blue #343F5A

Tints of Gulf Blue #343F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 25.37%
G = 30.73%
B = 43.9%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343F5A (or 0x343F5A) is known color: Gulf Blue. HEX triplet: 34, 3F and 5A. RGB value is (52,63,90). Sum of RGB (Red+Green+Blue) = 52+63+90=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #343F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F5A is #CBC0A5. Grayscale: #3E3E3E. Windows color (decimal): -13353126 or 5914420. OLE color: 5914420.

HSL color Cylindrical-coordinate representation of color #343F5A: hue angle of 222.63º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #343F5A is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 63 90 -
CMYK 0.42 0.30 0 0.65
HSL 222.63º 0.27% 0.28% -
HSV(B) 222.63º 0.42% 0.35% -
XYZ 5.04 5.02 10.38 -
YUV 62.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 52 63 90 0.42 0.30 0 0.65 222.63 0.27 0.28
Hex 34 3F 5A 2A 1E 0 41 DF 1B 1C
Octal 64 77 132 52 36 0 101 337 33 34
Binary 110100 111111 1011010 101010 11110 0 1000001 11011111 11011 11100

Color Harmonies of #343F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F5A

Black with #343F5A

Text Example


Text Example

White with #343F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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