Html Css Color HEX #354566 Gulf Blue

📋 copy color: '#354566'

red 53 ◦ green 69 ◦ blue 102

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

Shades of Gulf Blue #354566

Tints of Gulf Blue #354566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 23.66%
G = 30.8%
B = 45.54%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#354566 (or 0x354566) is known color: Gulf Blue. HEX triplet: 35, 45 and 66. RGB value is (53,69,102). Sum of RGB (Red+Green+Blue) = 53+69+102=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #354566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354566 is #CABA99. Grayscale: #434343. Windows color (decimal): -13286042 or 6702389. OLE color: 6702389.

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

Color convert

RGB 53 69 102 -
CMYK 0.48 0.32 0 0.6
HSL 220.41º 0.32% 0.3% -
HSV(B) 220.41º 0.48% 0.4% -
XYZ 5.99 5.97 13.41 -
YUV 67.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 53 69 102 0.48 0.32 0 0.6 220.41 0.32 0.3
Hex 35 45 66 30 20 0 3C DC 20 1E
Octal 65 105 146 60 40 0 74 334 40 36
Binary 110101 1000101 1100110 110000 100000 0 111100 11011100 100000 11110

Color Harmonies of #354566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354566

Black with #354566

Text Example


Text Example

White with #354566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354566; }

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

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

background-color css

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

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

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

border-color css

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

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

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