Html Css Color HEX #35435A Gulf Blue

📋 copy color: '#35435A'

red 53 ◦ green 67 ◦ blue 90

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

Shades of Gulf Blue #35435A

Tints of Gulf Blue #35435A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.9%

 BLUE value IS 90 (35.55% from 255) = 42.86%

R = 25.24%
G = 31.9%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35435A (or 0x35435A) is known color: Gulf Blue. HEX triplet: 35, 43 and 5A. RGB value is (53,67,90). Sum of RGB (Red+Green+Blue) = 53+67+90=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #35435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35435A is #CABCA5. Grayscale: #414141. Windows color (decimal): -13286566 or 5915445. OLE color: 5915445.

HSL color Cylindrical-coordinate representation of color #35435A: hue angle of 217.3º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35435A is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 67 90 -
CMYK 0.41 0.26 0 0.65
HSL 217.3º 0.26% 0.28% -
HSV(B) 217.3º 0.41% 0.35% -
XYZ 5.32 5.51 10.46 -
YUV 65.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 53 67 90 0.41 0.26 0 0.65 217.3 0.26 0.28
Hex 35 43 5A 29 1A 0 41 D9 1A 1C
Octal 65 103 132 51 32 0 101 331 32 34
Binary 110101 1000011 1011010 101001 11010 0 1000001 11011001 11010 11100

Color Harmonies of #35435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35435A

Black with #35435A

Text Example


Text Example

White with #35435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,67,90); }

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

background-color css

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

 a { background-color: rgb(53,67,90); }

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

border-color css

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

 span { border-color: rgb(53,67,90); }

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