Html Css Color HEX #354B4A Blue Dianne

📋 copy color: '#354B4A'

red 53 ◦ green 75 ◦ blue 74

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

Shades of Blue Dianne #354B4A

Tints of Blue Dianne #354B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.13%

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 26.24%
G = 37.13%
B = 36.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#354B4A (or 0x354B4A) is known color: Blue Dianne. HEX triplet: 35, 4B and 4A. RGB value is (53,75,74). Sum of RGB (Red+Green+Blue) = 53+75+74=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 75 - color contains mainly: green. Hex color #354B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B4A is #CAB4B5. Grayscale: #444444. Windows color (decimal): -13284534 or 4868917. OLE color: 4868917.

HSL color Cylindrical-coordinate representation of color #354B4A: hue angle of 177.27º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354B4A is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 75 74 -
CMYK 0.29 0 0.01 0.71
HSL 177.27º 0.17% 0.25% -
HSV(B) 177.27º 0.29% 0.29% -
XYZ 5.22 6.28 7.42 -
YUV 68.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 53 75 74 0.29 0 0.01 0.71 177.27 0.17 0.25
Hex 35 4B 4A 1D 0 1 47 B1 11 19
Octal 65 113 112 35 0 1 107 261 21 31
Binary 110101 1001011 1001010 11101 0 1 1000111 10110001 10001 11001

Color Harmonies of #354B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B4A

Black with #354B4A

Text Example


Text Example

White with #354B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354B4A; }

 p { color: rgb(53,75,74); }

 H1.HeaderClassName
 {
   color: #354B4A;
 }
 .AnyTagClassName
 {
   color: #354B4A;
 }
</style>

background-color css

<style>
 a { background-color: #354B4A; }

 a { background-color: rgb(53,75,74); }

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

border-color css

<style>
 span { border-color: #354B4A; }

 span { border-color: rgb(53,75,74); }

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