Html Css Color HEX #35415C Gulf Blue

📋 copy color: '#35415C'

red 53 ◦ green 65 ◦ blue 92

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

Shades of Gulf Blue #35415C

Tints of Gulf Blue #35415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

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

R = 25.24%
G = 30.95%
B = 43.81%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35415C (or 0x35415C) is known color: Gulf Blue. HEX triplet: 35, 41 and 5C. RGB value is (53,65,92). Sum of RGB (Red+Green+Blue) = 53+65+92=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #35415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35415C is #CABEA3. Grayscale: #404040. Windows color (decimal): -13287076 or 6046005. OLE color: 6046005.

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

Color convert

RGB 53 65 92 -
CMYK 0.42 0.29 0 0.64
HSL 221.54º 0.27% 0.28% -
HSV(B) 221.54º 0.42% 0.36% -
XYZ 5.29 5.31 10.87 -
YUV 64.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 53 65 92 0.42 0.29 0 0.64 221.54 0.27 0.28
Hex 35 41 5C 2A 1D 0 40 DE 1B 1C
Octal 65 101 134 52 35 0 100 336 33 34
Binary 110101 1000001 1011100 101010 11101 0 1000000 11011110 11011 11100

Color Harmonies of #35415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35415C

Black with #35415C

Text Example


Text Example

White with #35415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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