Html Css Color HEX #345A6D Blumine

📋 copy color: '#345A6D'

red 52 ◦ green 90 ◦ blue 109

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

Shades of Blumine #345A6D

Tints of Blumine #345A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.86%

 BLUE value IS 109 (42.97% from 255) = 43.43%

R = 20.72%
G = 35.86%
B = 43.43%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#345A6D (or 0x345A6D) is known color: Blumine. HEX triplet: 34, 5A and 6D. RGB value is (52,90,109). Sum of RGB (Red+Green+Blue) = 52+90+109=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #345A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A6D is #CBA592. Grayscale: #505050. Windows color (decimal): -13346195 or 7166516. OLE color: 7166516.

HSL color Cylindrical-coordinate representation of color #345A6D: hue angle of 200º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #345A6D is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 90 109 -
CMYK 0.52 0.17 0 0.57
HSL 200º 0.35% 0.32% -
HSV(B) 200º 0.52% 0.43% -
XYZ 7.83 9.15 15.82 -
YUV 80.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 52 90 109 0.52 0.17 0 0.57 200 0.35 0.32
Hex 34 5A 6D 34 11 0 39 C8 23 20
Octal 64 132 155 64 21 0 71 310 43 40
Binary 110100 1011010 1101101 110100 10001 0 111001 11001000 100011 100000

Color Harmonies of #345A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A6D

Black with #345A6D

Text Example


Text Example

White with #345A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345A6D; }

 p { color: rgb(52,90,109); }

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

background-color css

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

 a { background-color: rgb(52,90,109); }

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

border-color css

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

 span { border-color: rgb(52,90,109); }

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