Html Css Color HEX #354567 Gulf Blue

📋 copy color: '#354567'

red 53 ◦ green 69 ◦ blue 103

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

Shades of Gulf Blue #354567

Tints of Gulf Blue #354567

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 23.56%
G = 30.67%
B = 45.78%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#354567 (or 0x354567) is known color: Gulf Blue. HEX triplet: 35, 45 and 67. RGB value is (53,69,103). Sum of RGB (Red+Green+Blue) = 53+69+103=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #354567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354567 is #CABA98. Grayscale: #434343. Windows color (decimal): -13286041 or 6767925. OLE color: 6767925.

HSL color Cylindrical-coordinate representation of color #354567: hue angle of 220.8º 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 #354567 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 69 103 -
CMYK 0.49 0.33 0 0.60
HSL 220.8º 0.32% 0.31% -
HSV(B) 220.8º 0.49% 0.4% -
XYZ 6.04 5.99 13.67 -
YUV 68.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 53 69 103 0.49 0.33 0 0.60 220.8 0.32 0.31
Hex 35 45 67 31 21 0 3C DD 20 1F
Octal 65 105 147 61 41 0 74 335 40 37
Binary 110101 1000101 1100111 110001 100001 0 111100 11011101 100000 11111

Color Harmonies of #354567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354567

Black with #354567

Text Example


Text Example

White with #354567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354567; }

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

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

background-color css

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

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

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

border-color css

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

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

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