Html Css Color HEX #346777 Blumine

📋 copy color: '#346777'

red 52 ◦ green 103 ◦ blue 119

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

Shades of Blumine #346777

Tints of Blumine #346777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.43%

R = 18.98%
G = 37.59%
B = 43.43%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346777 (or 0x346777) is known color: Blumine. HEX triplet: 34, 67 and 77. RGB value is (52,103,119). Sum of RGB (Red+Green+Blue) = 52+103+119=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #346777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346777 is #CB9888. Grayscale: #595959. Windows color (decimal): -13342857 or 7825204. OLE color: 7825204.

HSL color Cylindrical-coordinate representation of color #346777: hue angle of 194.33º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346777 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 103 119 -
CMYK 0.56 0.13 0 0.53
HSL 194.33º 0.39% 0.34% -
HSV(B) 194.33º 0.56% 0.47% -
XYZ 9.6 11.76 19.22 -
YUV 89.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 52 103 119 0.56 0.13 0 0.53 194.33 0.39 0.34
Hex 34 67 77 38 D 0 35 C2 27 22
Octal 64 147 167 70 15 0 65 302 47 42
Binary 110100 1100111 1110111 111000 1101 0 110101 11000010 100111 100010

Color Harmonies of #346777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346777

Black with #346777

Text Example


Text Example

White with #346777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346777; }

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

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

background-color css

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

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

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

border-color css

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

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

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