Html Css Color HEX #343F60 Gulf Blue

📋 copy color: '#343F60'

red 52 ◦ green 63 ◦ blue 96

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

Shades of Gulf Blue #343F60

Tints of Gulf Blue #343F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.5%

R = 24.64%
G = 29.86%
B = 45.5%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#343F60 (or 0x343F60) is known color: Gulf Blue. HEX triplet: 34, 3F and 60. RGB value is (52,63,96). Sum of RGB (Red+Green+Blue) = 52+63+96=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #343F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F60 is #CBC09F. Grayscale: #3F3F3F. Windows color (decimal): -13353120 or 6307636. OLE color: 6307636.

HSL color Cylindrical-coordinate representation of color #343F60: hue angle of 225º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #343F60 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 63 96 -
CMYK 0.46 0.34 0 0.62
HSL 225º 0.3% 0.29% -
HSV(B) 225º 0.46% 0.38% -
XYZ 5.31 5.13 11.78 -
YUV 63.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 52 63 96 0.46 0.34 0 0.62 225 0.3 0.29
Hex 34 3F 60 2E 22 0 3E E1 1E 1D
Octal 64 77 140 56 42 0 76 341 36 35
Binary 110100 111111 1100000 101110 100010 0 111110 11100001 11110 11101

Color Harmonies of #343F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F60

Black with #343F60

Text Example


Text Example

White with #343F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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