Html Css Color HEX #354768 Gulf Blue

📋 copy color: '#354768'

red 53 ◦ green 71 ◦ blue 104

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

Shades of Gulf Blue #354768

Tints of Gulf Blue #354768

RGB

 RED value IS 53 (21.09% from 255) = 23.25%

 GREEN value IS 71 (28.13% from 255) = 31.14%

 BLUE value IS 104 (41.02% from 255) = 45.61%

R = 23.25%
G = 31.14%
B = 45.61%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#354768 (or 0x354768) is known color: Gulf Blue. HEX triplet: 35, 47 and 68. RGB value is (53,71,104). Sum of RGB (Red+Green+Blue) = 53+71+104=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #354768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354768 is #CAB897. Grayscale: #454545. Windows color (decimal): -13285528 or 6833973. OLE color: 6833973.

HSL color Cylindrical-coordinate representation of color #354768: hue angle of 218.82º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #354768 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 71 104 -
CMYK 0.49 0.32 0 0.59
HSL 218.82º 0.32% 0.31% -
HSV(B) 218.82º 0.49% 0.41% -
XYZ 6.22 6.26 13.98 -
YUV 69.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 53 71 104 0.49 0.32 0 0.59 218.82 0.32 0.31
Hex 35 47 68 31 20 0 3B DB 20 1F
Octal 65 107 150 61 40 0 73 333 40 37
Binary 110101 1000111 1101000 110001 100000 0 111011 11011011 100000 11111

Color Harmonies of #354768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354768

Black with #354768

Text Example


Text Example

White with #354768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354768; }

 p { color: rgb(53,71,104); }

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

background-color css

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

 a { background-color: rgb(53,71,104); }

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

border-color css

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

 span { border-color: rgb(53,71,104); }

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