Html Css Color HEX #354667 Gulf Blue

📋 copy color: '#354667'

red 53 ◦ green 70 ◦ blue 103

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

Shades of Gulf Blue #354667

Tints of Gulf Blue #354667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

 BLUE value IS 103 (40.63% from 255) = 45.58%

R = 23.45%
G = 30.97%
B = 45.58%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#354667 (or 0x354667) is known color: Gulf Blue. HEX triplet: 35, 46 and 67. RGB value is (53,70,103). Sum of RGB (Red+Green+Blue) = 53+70+103=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #354667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354667 is #CAB998. Grayscale: #444444. Windows color (decimal): -13285785 or 6768181. OLE color: 6768181.

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

Color convert

RGB 53 70 103 -
CMYK 0.49 0.32 0 0.60
HSL 219.6º 0.32% 0.31% -
HSV(B) 219.6º 0.49% 0.4% -
XYZ 6.11 6.12 13.69 -
YUV 68.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 53 70 103 0.49 0.32 0 0.60 219.6 0.32 0.31
Hex 35 46 67 31 20 0 3C DC 20 1F
Octal 65 106 147 61 40 0 74 334 40 37
Binary 110101 1000110 1100111 110001 100000 0 111100 11011100 100000 11111

Color Harmonies of #354667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354667

Black with #354667

Text Example


Text Example

White with #354667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354667; }

 p { color: rgb(53,70,103); }

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

background-color css

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

 a { background-color: rgb(53,70,103); }

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

border-color css

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

 span { border-color: rgb(53,70,103); }

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