Html Css Color HEX #35445B Gulf Blue

📋 copy color: '#35445B'

red 53 ◦ green 68 ◦ blue 91

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

Shades of Gulf Blue #35445B

Tints of Gulf Blue #35445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 25%
G = 32.08%
B = 42.92%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35445B (or 0x35445B) is known color: Gulf Blue. HEX triplet: 35, 44 and 5B. RGB value is (53,68,91). Sum of RGB (Red+Green+Blue) = 53+68+91=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #35445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35445B is #CABBA4. Grayscale: #424242. Windows color (decimal): -13286309 or 5981237. OLE color: 5981237.

HSL color Cylindrical-coordinate representation of color #35445B: hue angle of 216.32º degrees, saturation: 0.26, 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 #35445B is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 68 91 -
CMYK 0.42 0.25 0 0.64
HSL 216.32º 0.26% 0.28% -
HSV(B) 216.32º 0.42% 0.36% -
XYZ 5.42 5.65 10.7 -
YUV 66.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 53 68 91 0.42 0.25 0 0.64 216.32 0.26 0.28
Hex 35 44 5B 2A 19 0 40 D8 1A 1C
Octal 65 104 133 52 31 0 100 330 32 34
Binary 110101 1000100 1011011 101010 11001 0 1000000 11011000 11010 11100

Color Harmonies of #35445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35445B

Black with #35445B

Text Example


Text Example

White with #35445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35445B; }

 p { color: rgb(53,68,91); }

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

background-color css

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

 a { background-color: rgb(53,68,91); }

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

border-color css

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

 span { border-color: rgb(53,68,91); }

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