Html Css Color HEX #35486A Gulf Blue

📋 copy color: '#35486A'

red 53 ◦ green 72 ◦ blue 106

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

Shades of Gulf Blue #35486A

Tints of Gulf Blue #35486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

 BLUE value IS 106 (41.8% from 255) = 45.89%

R = 22.94%
G = 31.17%
B = 45.89%

CMYK

 C value IS 0.5

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35486A (or 0x35486A) is known color: Gulf Blue. HEX triplet: 35, 48 and 6A. RGB value is (53,72,106). Sum of RGB (Red+Green+Blue) = 53+72+106=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #35486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35486A is #CAB795. Grayscale: #464646. Windows color (decimal): -13285270 or 6965301. OLE color: 6965301.

HSL color Cylindrical-coordinate representation of color #35486A: hue angle of 218.49º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35486A is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 72 106 -
CMYK 0.5 0.32 0 0.58
HSL 218.49º 0.33% 0.31% -
HSV(B) 218.49º 0.5% 0.42% -
XYZ 6.39 6.43 14.54 -
YUV 70.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 53 72 106 0.5 0.32 0 0.58 218.49 0.33 0.31
Hex 35 48 6A 32 20 0 3A DA 21 1F
Octal 65 110 152 62 40 0 72 332 41 37
Binary 110101 1001000 1101010 110010 100000 0 111010 11011010 100001 11111

Color Harmonies of #35486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35486A

Black with #35486A

Text Example


Text Example

White with #35486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35486A; }

 p { color: rgb(53,72,106); }

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

background-color css

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

 a { background-color: rgb(53,72,106); }

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

border-color css

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

 span { border-color: rgb(53,72,106); }

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