Html Css Color HEX #345567 Blumine

📋 copy color: '#345567'

red 52 ◦ green 85 ◦ blue 103

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

Shades of Blumine #345567

Tints of Blumine #345567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 21.67%
G = 35.42%
B = 42.92%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#345567 (or 0x345567) is known color: Blumine. HEX triplet: 34, 55 and 67. RGB value is (52,85,103). Sum of RGB (Red+Green+Blue) = 52+85+103=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #345567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345567 is #CBAA98. Grayscale: #4D4D4D. Windows color (decimal): -13347481 or 6772020. OLE color: 6772020.

HSL color Cylindrical-coordinate representation of color #345567: hue angle of 201.18º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345567 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 85 103 -
CMYK 0.50 0.17 0 0.60
HSL 201.18º 0.33% 0.3% -
HSV(B) 201.18º 0.5% 0.4% -
XYZ 7.11 8.21 14.04 -
YUV 77.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 52 85 103 0.50 0.17 0 0.60 201.18 0.33 0.3
Hex 34 55 67 32 11 0 3C C9 21 1E
Octal 64 125 147 62 21 0 74 311 41 36
Binary 110100 1010101 1100111 110010 10001 0 111100 11001001 100001 11110

Color Harmonies of #345567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345567

Black with #345567

Text Example


Text Example

White with #345567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345567; }

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

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

background-color css

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

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

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

border-color css

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

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

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