Html Css Color HEX #345C6E Blumine

📋 copy color: '#345C6E'

red 52 ◦ green 92 ◦ blue 110

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

Shades of Blumine #345C6E

Tints of Blumine #345C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.22%

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 20.47%
G = 36.22%
B = 43.31%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#345C6E (or 0x345C6E) is known color: Blumine. HEX triplet: 34, 5C and 6E. RGB value is (52,92,110). Sum of RGB (Red+Green+Blue) = 52+92+110=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #345C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C6E is #CBA391. Grayscale: #515151. Windows color (decimal): -13345682 or 7232564. OLE color: 7232564.

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

Color convert

RGB 52 92 110 -
CMYK 0.53 0.16 0 0.57
HSL 198.62º 0.36% 0.32% -
HSV(B) 198.62º 0.53% 0.43% -
XYZ 8.06 9.51 16.16 -
YUV 82.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 52 92 110 0.53 0.16 0 0.57 198.62 0.36 0.32
Hex 34 5C 6E 35 10 0 39 C7 24 20
Octal 64 134 156 65 20 0 71 307 44 40
Binary 110100 1011100 1101110 110101 10000 0 111001 11000111 100100 100000

Color Harmonies of #345C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C6E

Black with #345C6E

Text Example


Text Example

White with #345C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,92,110); }

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

background-color css

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

 a { background-color: rgb(52,92,110); }

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

border-color css

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

 span { border-color: rgb(52,92,110); }

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