Html Css Color HEX #354258 Gulf Blue

📋 copy color: '#354258'

red 53 ◦ green 66 ◦ blue 88

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

Shades of Gulf Blue #354258

Tints of Gulf Blue #354258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 25.6%
G = 31.88%
B = 42.51%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354258 (or 0x354258) is known color: Gulf Blue. HEX triplet: 35, 42 and 58. RGB value is (53,66,88). Sum of RGB (Red+Green+Blue) = 53+66+88=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #354258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354258 is #CABDA7. Grayscale: #404040. Windows color (decimal): -13286824 or 5784117. OLE color: 5784117.

HSL color Cylindrical-coordinate representation of color #354258: hue angle of 217.71º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354258 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 66 88 -
CMYK 0.40 0.25 0 0.65
HSL 217.71º 0.25% 0.28% -
HSV(B) 217.71º 0.4% 0.35% -
XYZ 5.18 5.36 9.99 -
YUV 64.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 53 66 88 0.40 0.25 0 0.65 217.71 0.25 0.28
Hex 35 42 58 28 19 0 41 DA 19 1C
Octal 65 102 130 50 31 0 101 332 31 34
Binary 110101 1000010 1011000 101000 11001 0 1000001 11011010 11001 11100

Color Harmonies of #354258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354258

Black with #354258

Text Example


Text Example

White with #354258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354258; }

 p { color: rgb(53,66,88); }

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

background-color css

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

 a { background-color: rgb(53,66,88); }

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

border-color css

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

 span { border-color: rgb(53,66,88); }

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