Html Css Color HEX #35425C Gulf Blue

📋 copy color: '#35425C'

red 53 ◦ green 66 ◦ blue 92

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

Shades of Gulf Blue #35425C

Tints of Gulf Blue #35425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 25.12%
G = 31.28%
B = 43.6%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35425C (or 0x35425C) is known color: Gulf Blue. HEX triplet: 35, 42 and 5C. RGB value is (53,66,92). Sum of RGB (Red+Green+Blue) = 53+66+92=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #35425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35425C is #CABDA3. Grayscale: #404040. Windows color (decimal): -13286820 or 6046261. OLE color: 6046261.

HSL color Cylindrical-coordinate representation of color #35425C: hue angle of 220º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35425C is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 66 92 -
CMYK 0.42 0.28 0 0.64
HSL 220º 0.27% 0.28% -
HSV(B) 220º 0.42% 0.36% -
XYZ 5.35 5.43 10.89 -
YUV 65.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 53 66 92 0.42 0.28 0 0.64 220 0.27 0.28
Hex 35 42 5C 2A 1C 0 40 DC 1B 1C
Octal 65 102 134 52 34 0 100 334 33 34
Binary 110101 1000010 1011100 101010 11100 0 1000000 11011100 11011 11100

Color Harmonies of #35425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35425C

Black with #35425C

Text Example


Text Example

White with #35425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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