Html Css Color HEX #35405C Gulf Blue

📋 copy color: '#35405C'

red 53 ◦ green 64 ◦ blue 92

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

Shades of Gulf Blue #35405C

Tints of Gulf Blue #35405C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 25.36%
G = 30.62%
B = 44.02%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35405C (or 0x35405C) is known color: Gulf Blue. HEX triplet: 35, 40 and 5C. RGB value is (53,64,92). Sum of RGB (Red+Green+Blue) = 53+64+92=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #35405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35405C is #CABFA3. Grayscale: #3F3F3F. Windows color (decimal): -13287332 or 6045749. OLE color: 6045749.

HSL color Cylindrical-coordinate representation of color #35405C: hue angle of 223.08º 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 #35405C is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 64 92 -
CMYK 0.42 0.30 0 0.64
HSL 223.08º 0.27% 0.28% -
HSV(B) 223.08º 0.42% 0.36% -
XYZ 5.23 5.2 10.85 -
YUV 63.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 53 64 92 0.42 0.30 0 0.64 223.08 0.27 0.28
Hex 35 40 5C 2A 1E 0 40 DF 1B 1C
Octal 65 100 134 52 36 0 100 337 33 34
Binary 110101 1000000 1011100 101010 11110 0 1000000 11011111 11011 11100

Color Harmonies of #35405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35405C

Black with #35405C

Text Example


Text Example

White with #35405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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