Html Css Color HEX #3A435B Gulf Blue

📋 copy color: '#3A435B'

red 58 ◦ green 67 ◦ blue 91

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

Shades of Gulf Blue #3A435B

Tints of Gulf Blue #3A435B

RGB

 RED value IS 58 (23.05% from 255) = 26.85%

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

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

R = 26.85%
G = 31.02%
B = 42.13%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A435B (or 0x3A435B) is known color: Gulf Blue. HEX triplet: 3A, 43 and 5B. RGB value is (58,67,91). Sum of RGB (Red+Green+Blue) = 58+67+91=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A435B is #C5BCA4. Grayscale: #424242. Windows color (decimal): -12958885 or 5980986. OLE color: 5980986.

HSL color Cylindrical-coordinate representation of color #3A435B: hue angle of 223.64º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A435B is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 67 91 -
CMYK 0.36 0.26 0 0.64
HSL 223.64º 0.22% 0.29% -
HSV(B) 223.64º 0.36% 0.36% -
XYZ 5.64 5.67 10.69 -
YUV 67.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 58 67 91 0.36 0.26 0 0.64 223.64 0.22 0.29
Hex 3A 43 5B 24 1A 0 40 E0 16 1D
Octal 72 103 133 44 32 0 100 340 26 35
Binary 111010 1000011 1011011 100100 11010 0 1000000 11100000 10110 11101

Color Harmonies of #3A435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A435B

Black with #3A435B

Text Example


Text Example

White with #3A435B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A435B; }

 p { color: rgb(58,67,91); }

 H1.HeaderClassName
 {
   color: #3A435B;
 }
 .AnyTagClassName
 {
   color: #3A435B;
 }
</style>

background-color css

<style>
 a { background-color: #3A435B; }

 a { background-color: rgb(58,67,91); }

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

border-color css

<style>
 span { border-color: #3A435B; }

 span { border-color: rgb(58,67,91); }

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