Html Css Color HEX #346773 Blumine

📋 copy color: '#346773'

red 52 ◦ green 103 ◦ blue 115

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

Shades of Blumine #346773

Tints of Blumine #346773

RGB

 RED value IS 52 (20.7% from 255) = 19.26%

 GREEN value IS 103 (40.63% from 255) = 38.15%

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 19.26%
G = 38.15%
B = 42.59%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346773 (or 0x346773) is known color: Blumine. HEX triplet: 34, 67 and 73. RGB value is (52,103,115). Sum of RGB (Red+Green+Blue) = 52+103+115=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #346773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346773 is #CB988C. Grayscale: #595959. Windows color (decimal): -13342861 or 7563060. OLE color: 7563060.

HSL color Cylindrical-coordinate representation of color #346773: hue angle of 191.43º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346773 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 103 115 -
CMYK 0.55 0.10 0 0.55
HSL 191.43º 0.38% 0.33% -
HSV(B) 191.43º 0.55% 0.45% -
XYZ 9.36 11.67 17.98 -
YUV 89.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 52 103 115 0.55 0.10 0 0.55 191.43 0.38 0.33
Hex 34 67 73 37 A 0 37 BF 26 21
Octal 64 147 163 67 12 0 67 277 46 41
Binary 110100 1100111 1110011 110111 1010 0 110111 10111111 100110 100001

Color Harmonies of #346773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346773

Black with #346773

Text Example


Text Example

White with #346773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346773; }

 p { color: rgb(52,103,115); }

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

background-color css

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

 a { background-color: rgb(52,103,115); }

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

border-color css

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

 span { border-color: rgb(52,103,115); }

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